Skip to content

Commit 00b8a48

Browse files
Rachel LimRachel Lim
authored andcommitted
update aria label for processing foundation logo
1 parent 8ab85b8 commit 00b8a48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/modules/IDE/components/FundraiserModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function FundraiserModal() {
1919
<PFLogoIcon
2020
className="fundraiser__logo"
2121
role="img"
22-
aria-label={t('Common.p5logoARIA')}
22+
aria-label={t('Common.PFlogoARIA')}
2323
focusable="false"
2424
/>
2525
</div>

translations/locales/en-US/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
"ErrorARIA": "Error",
237237
"Save": "Save",
238238
"p5logoARIA": "p5.js Logo",
239+
"PFlogoARIA": "Processing Foundation Logo",
239240
"DeleteConfirmation": "Are you sure you want to delete {{name}}?"
240241
},
241242
"IDEView": {

0 commit comments

Comments
 (0)