fix ultimate gear notification length - allow longer notifications but with a-like border-radius

This commit is contained in:
negue
2018-08-27 20:08:09 +02:00
parent c862bdb76a
commit 07bc374078
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ const NOTIFICATIONS = {
},
ULTIMATE_GEAR_ACHIEVEMENT: {
achievement: true,
label: ($t) => `${$t('achievement')}: ${$t('gearAchievement')}`,
label: ($t) => `${$t('achievement')}: ${$t('gearAchievementNotification')}`,
modalId: 'ultimate-gear',
},
REBIRTH_ACHIEVEMENT: {