fix bug of title placeholder

This commit is contained in:
MaysWind 2018-08-12 19:33:19 +08:00
parent 7f1927edec
commit f8034a30a0

View file

@ -77,7 +77,7 @@
var replaceStoppedCount = function (title, value) {
return replacePlaceholders(title, 'stopped', {
prefix: $translate.instant('Finished / Stopped'),
prefix: $translate.instant('Finished / Stopped') + ': ',
value: value
});
};