Skip to content
Snippets Groups Projects
Commit 84164b3c authored by Chris Beer's avatar Chris Beer
Browse files

Add a aria-label to the mirador icon and i18n it

parent 1c74cc65
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ export class Branding extends Component { ...@@ -26,7 +26,7 @@ export class Branding extends Component {
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >
<MiradorIcon titleAccess="About Project Mirador" fontSize="large" /> <MiradorIcon aria-label={t('aboutMirador')} titleAccess={t('aboutMirador')} fontSize="large" />
</IconButton> </IconButton>
</Typography> </Typography>
</div> </div>
......
{ {
"translation": { "translation": {
"aboutMirador": "About Project Mirador",
"aboutThisItem": "About this item", "aboutThisItem": "About this item",
"addedFromUrl": "(Added from URL)", "addedFromUrl": "(Added from URL)",
"addManifestUrl": "Resource location", "addManifestUrl": "Resource location",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment