Add missing translation string

This commit is contained in:
David Taylor 2017-02-27 17:42:58 +00:00
parent ea8c94681b
commit f17d8ca52e
2 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,7 @@ export default {
results.push({ results.push({
openTag: 'span', openTag: 'span',
closeTag: 'span', closeTag: 'span',
title: I18n.t('solved.no_accepted_answer'), title: I18n.t('solved.has_no_accepted_answer'),
icon: 'square-o' icon: 'square-o'
}); });
} }

View File

@ -5,6 +5,7 @@ en:
allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution" allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution"
accept_answer: "This reply solves the problem" accept_answer: "This reply solves the problem"
has_accepted_answer: "This topic has a solution" has_accepted_answer: "This topic has a solution"
has_no_accepted_answer: "This topic has no solution"
unaccept_answer: "This reply no longer solves the problem" unaccept_answer: "This reply no longer solves the problem"
accepted_answer: "Solution" accepted_answer: "Solution"
solution: "Solution" solution: "Solution"