Skip to content

Commit

Permalink
fix: typo in en.yml when discarding jobs (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstanish authored Jan 2, 2025
1 parent 88bec33 commit afe1d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ en:
jobs:
actions:
confirm_destroy: Are you sure you want to destroy the job?
confirm_discard: Are you usure you want to discard the job?
confirm_discard: Are you sure you want to discard the job?
confirm_force_discard: Are you sure you want to force discard this job? The job will be marked as discarded but the running job will not be stopped - it will, however, not be retried on failures.
confirm_reschedule: Are you sure you want to reschedule the job?
confirm_retry: Are you sure you want to retry the job?
Expand Down Expand Up @@ -163,7 +163,7 @@ en:
one: Apply to all 1 job.
other: Apply to all %{count} jobs.
confirm_destroy_all: Are you sure you want to destroy the selected jobs?
confirm_discard_all: Are you usure you want to discard the selected jobs?
confirm_discard_all: Are you sure you want to discard the selected jobs?
confirm_reschedule_all: Are you sure you want to reschedule the selected jobs?
confirm_retry_all: Are you sure you want to retry the selected jobs?
destroy_all: Destroy all
Expand Down

0 comments on commit afe1d67

Please sign in to comment.