Skip to content

Commit 237991d

Browse files
committed
Fix job variable for translation
1 parent 99a235d commit 237991d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sidekiq/cron/views/cron_show.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ header.row
1818
input.btn.btn-small.pull-left name="enable" type="submit" value="#{t('Enable')}"
1919
form.pull-right action="#{cron_job_path}/delete" method="post"
2020
= csrf_tag if respond_to?(:csrf_tag)
21-
input.btn.btn-danger.btn-small data-confirm="#{t('AreYouSureDeleteCronJob' job =@job.name)}" name="delete" type="submit" value="#{t('Delete')}" /
21+
input.btn.btn-danger.btn-small data-confirm="#{t('AreYouSureDeleteCronJob', :job => @job.name)}" name="delete" type="submit" value="#{t('Delete')}" /
2222

2323
table.table.table-bordered.table-striped
2424
tbody

0 commit comments

Comments
 (0)