fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' (#981)

This commit is contained in:
TheCatLady
2021-02-20 05:12:11 -05:00
committed by GitHub
parent 4e2706b421
commit 5b64655776
5 changed files with 9 additions and 14 deletions

View File

@@ -39,13 +39,10 @@ const messages = defineMessages({
notrequested: 'Not Requested',
errorediting: 'Something went wrong while editing the request.',
requestedited: 'Request edited.',
requestcancelled: 'Request cancelled.',
requestcancelled: 'Request canceled.',
autoapproval: 'Automatic Approval',
requesterror: 'Something went wrong while submitting the request.',
next: 'Next',
notvdbid: 'No TVDB ID was found for the item on TMDb.',
notvdbiddescription:
'Either add the TVDB ID to TMDb and try again later, or select the correct match below:',
backbutton: 'Back',
});