1
0
Fork 0
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:
Mark McDowall 2024-10-26 21:48:18 -07:00 committed by Bogdan
parent e50e79167a
commit ca23ac3011
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

@ -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",