Fix missing "Post to …" translation on question page
This commit is contained in:
parent
c252ee46c9
commit
328746f7be
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue