mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 21:51:46 +02:00
fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' (#981)
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user