From cb1f38de627c05b4f983081a6ca0082b7b6159ae Mon Sep 17 00:00:00 2001 From: Alexander Veselov Date: Wed, 3 Jul 2024 21:59:36 +0400 Subject: [PATCH] FIX: fixed missed translation for apply button from --- app/views/web/shared/_answer.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/web/shared/_answer.html.slim b/app/views/web/shared/_answer.html.slim index 4f94bbce3..cb6d5d006 100644 --- a/app/views/web/shared/_answer.html.slim +++ b/app/views/web/shared/_answer.html.slim @@ -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?