mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Rename Manage Custom Formats to Manage Formats
(cherry picked from commit 0f225b05c00add562c9a6aa8cc4cf494e83176c1) Closes #10629
This commit is contained in:
parent
10e3964111
commit
ca724836ce
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}
|
||||
/>
|
||||
|
|
|
@ -880,6 +880,7 @@
|
|||
"ManageCustomFormats": "Manage Custom Formats",
|
||||
"ManageDownloadClients": "Manage Download Clients",
|
||||
"ManageFiles": "Manage Files",
|
||||
"ManageFormats": "Manage Formats",
|
||||
"ManageImportLists": "Manage Import Lists",
|
||||
"ManageIndexers": "Manage Indexers",
|
||||
"ManageLists": "Manage Lists",
|
||||
|
|
Loading…
Reference in a new issue