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

@@ -21,7 +21,7 @@ const messages = defineMessages({
runnow: 'Run Now',
canceljob: 'Cancel Job',
jobstarted: '{jobname} started.',
jobcancelled: '{jobname} cancelled.',
jobcancelled: '{jobname} canceled.',
process: 'Process',
command: 'Command',
cache: 'Cache',