Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/ca23ac301126e50e2f94e95a86a5a79eed076874 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Rename Manage Custom Formats to Manage Formats

(cherry picked from commit 0f225b05c00add562c9a6aa8cc4cf494e83176c1)

Closes 
pull/5226/head
Mark McDowall 2 months ago committed by Bogdan
parent e50e79167a
commit ca23ac3011

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

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

Loading…
Cancel
Save