diff --git a/src/lib/i18n/locales/en/batch.ts b/src/lib/i18n/locales/en/batch.ts index 9b2410ace..f0f7a7dd2 100644 --- a/src/lib/i18n/locales/en/batch.ts +++ b/src/lib/i18n/locales/en/batch.ts @@ -19,5 +19,5 @@ export const Strings = { 'Only 1 in progress Batch Operation is permitted. If you are attempting to create a new Batch Operation while there is one currently running, it will fail.', 'job-id-input-hint': 'Job ID must be unique. If left blank, a randomly generated UUID will be used.', - 'job-id-input-error': 'Job ID must only cantain URL safe characters', + 'job-id-input-error': 'Job ID must only contain URL safe characters', } as const;