Change downloads settings name back to "Downloads"
This commit is contained in:
@@ -241,7 +241,10 @@
|
|||||||
"queued": "Queued"
|
"queued": "Queued"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Download queue"
|
"title": {
|
||||||
|
"queue": "Downloads queue",
|
||||||
|
"download": "Downloads"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"extension": {
|
"extension": {
|
||||||
"action": {
|
"action": {
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ const navbarItems: Array<NavbarItem> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: AppRoutes.downloads.path,
|
path: AppRoutes.downloads.path,
|
||||||
title: 'download.title',
|
title: 'download.title.queue',
|
||||||
SelectedIconComponent: GetAppIcon,
|
SelectedIconComponent: GetAppIcon,
|
||||||
IconComponent: GetAppOutlinedIcon,
|
IconComponent: GetAppOutlinedIcon,
|
||||||
show: 'desktop',
|
show: 'desktop',
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export const More = () => {
|
|||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<GetAppOutlinedIcon />
|
<GetAppOutlinedIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary={t('download.title')} />
|
<ListItemText primary={t('download.title.queue')} />
|
||||||
</ListItemLink>
|
</ListItemLink>
|
||||||
<ListItemLink to={AppRoutes.settings.childRoutes.categories.path}>
|
<ListItemLink to={AppRoutes.settings.childRoutes.categories.path}>
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export function Settings() {
|
|||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<GetAppOutlinedIcon />
|
<GetAppOutlinedIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary={t('download.title')} />
|
<ListItemText primary={t('download.title.download')} />
|
||||||
</ListItemLink>
|
</ListItemLink>
|
||||||
<ListItemLink to={AppRoutes.settings.childRoutes.tracking.path}>
|
<ListItemLink to={AppRoutes.settings.childRoutes.tracking.path}>
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user