fix bug of title placeholder
This commit is contained in:
parent
7f1927edec
commit
f8034a30a0
|
@ -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
|
||||
});
|
||||
};
|
||||
|
|
Reference in a new issue