Add missing translation string
This commit is contained in:
parent
ea8c94681b
commit
f17d8ca52e
|
@ -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'
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue