Skip to content

Commit

Permalink
Move Volume Manager title to titles i18n block
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Feb 20, 2022
1 parent 566b356 commit 415e9c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/styles/menuList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default computed(() => [
},
{
icon: 'folder',
label: i18n.global.t('fileManager.VolumeManager'),
label: i18n.global.t('titles.VolumeManager'),
path: 'filemanager'
},
{
Expand Down
6 changes: 3 additions & 3 deletions ui/src/i18n/en-US/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"no_results_found": "No results found",
"size_colon": "Size:",
"upload": "Upload",
"upload_files_exist": "Some of the files you added already exist. These files will be overwritten.",
"VolumeManager": "Volume Manager"
"upload_files_exist": "Some of the files you added already exist. These files will be overwritten."
},
"general": {
"are_you_sure": "Are you sure?",
Expand Down Expand Up @@ -60,7 +59,8 @@
"Networking": "Networking",
"Settings": "Settings",
"title": "Balena Device UI",
"Update": "Update"
"Update": "Update",
"VolumeManager": "Volume Manager"
},
"update_device": "Update device",
"wifi": {
Expand Down

0 comments on commit 415e9c5

Please sign in to comment.