Fix missing "Post to …" translation on question page

This commit is contained in:
Karina Kwiatek 2022-07-28 23:50:10 +02:00 committed by Andreas Nedbal
parent c252ee46c9
commit 328746f7be
1 changed files with 1 additions and 1 deletions

View File

@ -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)