Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedfort committed Oct 10, 2023
1 parent bcc4190 commit 6f26d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/en/batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 6f26d9d

Please sign in to comment.