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

@@ -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…',