We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab85b8 commit 00b8a48Copy full SHA for 00b8a48
client/modules/IDE/components/FundraiserModal.jsx
@@ -19,7 +19,7 @@ export default function FundraiserModal() {
19
<PFLogoIcon
20
className="fundraiser__logo"
21
role="img"
22
- aria-label={t('Common.p5logoARIA')}
+ aria-label={t('Common.PFlogoARIA')}
23
focusable="false"
24
/>
25
</div>
translations/locales/en-US/translations.json
@@ -236,6 +236,7 @@
236
"ErrorARIA": "Error",
237
"Save": "Save",
238
"p5logoARIA": "p5.js Logo",
239
+ "PFlogoARIA": "Processing Foundation Logo",
240
"DeleteConfirmation": "Are you sure you want to delete {{name}}?"
241
},
242
"IDEView": {
0 commit comments