Skip to content

Commit

Permalink
Merge pull request #759 from owlscatcher/fix/translation-missing
Browse files Browse the repository at this point in the history
FIX: fixed missed translation for comments apply button from cv page
  • Loading branch information
HelenOne authored Jul 5, 2024
2 parents 1a856c0 + cb1f38d commit 4356c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/web/shared/_answer.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
data: { confirm: t('confirm'), params: { event: :apply }.to_param },
method: :patch,
class: 'badge bg-success p-1',
title: t('.title_apply')
title: t('.apply')
- elsif answer.applied?
span.text-success = answer.aasm(:applying).human_state
- elsif answer.pending?
Expand Down

0 comments on commit 4356c83

Please sign in to comment.