fix(lang): Edit English language strings (#820)

This commit is contained in:
TheCatLady
2021-02-03 02:46:46 -05:00
committed by GitHub
parent 2ad85d5fdc
commit f54df214af
7 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ import { useToasts } from 'react-toast-notifications';
import { defineMessages, useIntl } from 'react-intl';
const messages = defineMessages({
createradarr: 'Create New Radarr Server',
createradarr: 'Add New Radarr Server',
editradarr: 'Edit Radarr Server',
validationNameRequired: 'You must provide a server name',
validationHostnameRequired: 'You must provide a hostname/IP',