mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' (#981)
This commit is contained in:
@@ -23,12 +23,12 @@ const messages = defineMessages({
|
||||
cancelrequest:
|
||||
'This will remove your request. Are you sure you want to continue?',
|
||||
requestSuccess: '<strong>{title}</strong> successfully requested!',
|
||||
requestCancel: 'Request for <strong>{title}</strong> cancelled',
|
||||
requestCancel: 'Request for <strong>{title}</strong> canceled',
|
||||
requesttitle: 'Request {title}',
|
||||
request4ktitle: 'Request {title} in 4K',
|
||||
close: 'Close',
|
||||
cancel: 'Cancel Request',
|
||||
cancelling: 'Cancelling…',
|
||||
cancelling: 'Canceling…',
|
||||
pendingrequest: 'Pending request for {title}',
|
||||
pending4krequest: 'Pending request for {title} in 4K',
|
||||
requesting: 'Requesting…',
|
||||
|
||||
@@ -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