mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:39:52 +01:00
Fix missing translation on question view
This commit is contained in:
parent
5f5f8fd8f9
commit
d5e317d3fe
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
.card#q-answer-box
|
||||
.card-header= t('views.question.title')
|
||||
.card-body
|
||||
%textarea.form-control#q-answer-text{ placeholder: t('views.placeholder.inbox'), data: { id: @question.id } }
|
||||
%textarea.form-control#q-answer-text{ placeholder: t("inbox.entry.placeholder"), data: { id: @question.id } }
|
||||
%br/
|
||||
%button.btn.btn-success#q-answer-btn{ data: { q_id: @question.id } }
|
||||
= t('views.actions.answer')
|
||||
|
|
Loading…
Reference in a new issue