diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 614c5d8..ce22902 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1,11 +1,11 @@ en: js: solved: - allow_accepted_answers: "Allow users to accept answers" - accept_answer: "Accept answer" - has_accepted_answer: "This topic has an accepted answer" - unaccept_answer: "Unaccept answer" - accepted_answer: "Accepted answer" + 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" + unaccept_answer: "This reply no longer solves the problem" + accepted_answer: "Solution" solution: "Solution" accepted_html: " Solved by {{username}} in post #{{post_number}}" accepted_notification: "
{{username}} {{description}}
"