1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-23 02:05:27 +02:00

Rename Manage Custom Formats to Manage Formats

This commit is contained in:
Mark McDowall 2024-10-26 21:48:18 -07:00 committed by Mark McDowall
parent e006b40532
commit 0f225b05c0
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function ManageCustomFormatsToolbarButton() {
return (
<>
<PageToolbarButton
label={translate('ManageCustomFormats')}
label={translate('ManageFormats')}
iconName={icons.MANAGE}
onPress={openManageModal}
/>

View File

@ -1118,6 +1118,7 @@
"ManageDownloadClients": "Manage Download Clients",
"ManageEpisodes": "Manage Episodes",
"ManageEpisodesSeason": "Manage Episodes files in this season",
"ManageFormats": "Manage Formats",
"ManageImportLists": "Manage Import Lists",
"ManageIndexers": "Manage Indexers",
"ManageLists": "Manage Lists",