fix: #8339, add missing translation

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 84c20f919b
commit a9315aee7d

@ -66,6 +66,7 @@
"posts": "Posts",
"best": "Best",
"votes": "Votes",
"voters": "Voters",
"upvoters": "Upvoters",
"upvoted": "Upvoted",
"downvoters": "Downvoters",

@ -95,7 +95,7 @@ define('forum/topic/votes', ['components', 'translator', 'benchpress'], function
Benchpress.parse('partials/modals/votes_modal', data, function (html) {
translator.translate(html, function (translated) {
var dialog = bootbox.dialog({
title: 'Voters',
title: '[[global:voters]]',
message: translated,
className: 'vote-modal',
show: true,

Loading…
Cancel
Save