1
0
mirror of synced 2026-08-06 10:17:13 +00:00

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
@@ -227,7 +227,7 @@ export default {
results.push({
openTag: 'span',
closeTag: 'span',
title: I18n.t('solved.no_accepted_answer'),
title: I18n.t('solved.has_no_accepted_answer'),
icon: 'square-o'
});
}
+1
View File
@@ -5,6 +5,7 @@ en:
allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution"
accept_answer: "This reply solves the problem"
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"
accepted_answer: "Solution"
solution: "Solution"