Minor fixes

This commit is contained in:
Bryan Ashby 2019-01-10 21:41:32 -07:00
parent 2788c37492
commit 3f2e836a83
2 changed files with 2 additions and 2 deletions

View file

@ -485,7 +485,7 @@ class Achievements {
};
if(headerArt || footerArt) {
const themeDefaults = _.get(info.client.currentTheme, 'achievements.defaults', {});
const defaultContentsFormat = '{title}\r\n${message}';
const defaultContentsFormat = '{title}\r\n{message}';
const contentsFormat = 'global' === itemType ?
themeDefaults.globalFormat || defaultContentsFormat :
themeDefaults.format || defaultContentsFormat;