mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
Rename Manage Custom Formats to Manage Formats
This commit is contained in:
parent
e006b40532
commit
0f225b05c0
@ -12,7 +12,7 @@ function ManageCustomFormatsToolbarButton() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageToolbarButton
|
<PageToolbarButton
|
||||||
label={translate('ManageCustomFormats')}
|
label={translate('ManageFormats')}
|
||||||
iconName={icons.MANAGE}
|
iconName={icons.MANAGE}
|
||||||
onPress={openManageModal}
|
onPress={openManageModal}
|
||||||
/>
|
/>
|
||||||
|
@ -1118,6 +1118,7 @@
|
|||||||
"ManageDownloadClients": "Manage Download Clients",
|
"ManageDownloadClients": "Manage Download Clients",
|
||||||
"ManageEpisodes": "Manage Episodes",
|
"ManageEpisodes": "Manage Episodes",
|
||||||
"ManageEpisodesSeason": "Manage Episodes files in this season",
|
"ManageEpisodesSeason": "Manage Episodes files in this season",
|
||||||
|
"ManageFormats": "Manage Formats",
|
||||||
"ManageImportLists": "Manage Import Lists",
|
"ManageImportLists": "Manage Import Lists",
|
||||||
"ManageIndexers": "Manage Indexers",
|
"ManageIndexers": "Manage Indexers",
|
||||||
"ManageLists": "Manage Lists",
|
"ManageLists": "Manage Lists",
|
||||||
|
Loading…
Reference in New Issue
Block a user