mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
Rename Manage Custom Formats to Manage Formats
(cherry picked from commit 0f225b05c00add562c9a6aa8cc4cf494e83176c1) Closes #5207
This commit is contained in:
parent
e50e79167a
commit
ca23ac3011
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ function ManageCustomFormatsToolbarButton() {
|
|||
return (
|
||||
<>
|
||||
<PageToolbarButton
|
||||
label={translate('ManageCustomFormats')}
|
||||
label={translate('ManageFormats')}
|
||||
iconName={icons.MANAGE}
|
||||
onPress={openManageModal}
|
||||
/>
|
||||
|
|
|
@ -689,6 +689,7 @@
|
|||
"ManageClients": "Manage Clients",
|
||||
"ManageCustomFormats": "Manage Custom Formats",
|
||||
"ManageDownloadClients": "Manage Download Clients",
|
||||
"ManageFormats": "Manage Formats",
|
||||
"ManageImportLists": "Manage Import Lists",
|
||||
"ManageIndexers": "Manage Indexers",
|
||||
"ManageLists": "Manage Lists",
|
||||
|
|
Loading…
Reference in a new issue