Skip to content
Snippets Groups Projects
Commit a1cf2b00 authored by Jessie Keck's avatar Jessie Keck
Browse files

Add translation keys for hard-coded string in ManifestListItem

parent 944d0f52
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
"listAllOpenWindows": "List all open windows",
"manifestError": "The resource cannot be added:",
"menu": "Menu",
"numItems": "{{number}} items",
"off": "Off",
"openInfoCompanionWindow": "Open information companion window",
"openCanvasNavigationCompanionWindow": "Open canvas navigation companion window",
......
......@@ -116,7 +116,7 @@ class ManifestListItem extends React.Component {
</Grid>
<Grid item xs={8} sm={4}>
<Typography className={ns('manifest-list-item-provider')}>{provider || t('addedFromUrl')}</Typography>
<Typography>{`${size} items`}</Typography>
<Typography>{t('numItems', { number: size })}</Typography>
</Grid>
<Grid item xs={4} sm={2}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment