From 328746f7bef879e8a0f602cb7be0c7d47e671d24 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Thu, 28 Jul 2022 23:50:10 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20missing=20"Post=20to=20=E2=80=A6"=20trans?= =?UTF-8?q?lation=20on=20question=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/question/show.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/question/show.haml b/app/views/question/show.haml index be22dad8..c144f8c8 100644 --- a/app/views/question/show.haml +++ b/app/views/question/show.haml @@ -24,4 +24,4 @@ - current_user.services.each do |service| %label %input{ type: 'checkbox', name: 'share', checked: :checked, data: { q_id: @question.id, service: service.provider } } - = t('views.inbox.entry.sharing.post', service: service.provider.capitalize) + = t("inbox.entry.sharing.post_to", service: service.provider.capitalize)