1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-02 21:15:05 +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 ( return (
<> <>
<PageToolbarButton <PageToolbarButton
label={translate('ManageCustomFormats')} label={translate('ManageFormats')}
iconName={icons.MANAGE} iconName={icons.MANAGE}
onPress={openManageModal} onPress={openManageModal}
/> />

View file

@ -689,6 +689,7 @@
"ManageClients": "Manage Clients", "ManageClients": "Manage Clients",
"ManageCustomFormats": "Manage Custom Formats", "ManageCustomFormats": "Manage Custom Formats",
"ManageDownloadClients": "Manage Download Clients", "ManageDownloadClients": "Manage Download Clients",
"ManageFormats": "Manage Formats",
"ManageImportLists": "Manage Import Lists", "ManageImportLists": "Manage Import Lists",
"ManageIndexers": "Manage Indexers", "ManageIndexers": "Manage Indexers",
"ManageLists": "Manage Lists", "ManageLists": "Manage Lists",