Add new translation for questionbox title

This commit is contained in:
Andreas Nedbal 2022-07-31 16:02:06 +02:00
parent 318ad270eb
commit 77abb202d7
2 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@
- if user_signed_in? && !current_user.answered?(@question) && current_user != @question.user && @question.user&.privacy_allow_stranger_answers
.card#q-answer-box
.card-header= t('views.question.title')
.card-header= t('.questionbox.title')
.card-body
%textarea.form-control#q-answer-text{ placeholder: t("inbox.entry.placeholder"), data: { id: @question.id } }
%br/

View File

@ -514,3 +514,7 @@ en:
ban: "Ban Control"
title: "Actions"
list: "Manage list memberships"
question:
show:
questionbox:
title: "This question was not in your inbox? Answer it here!"