mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 17:01:33 +02:00
Minor fixes
This commit is contained in:
parent
2788c37492
commit
3f2e836a83
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue