diff --git a/website/client/components/notifications.vue b/website/client/components/notifications.vue index 4fa0b2e4dd..c1516a0644 100644 --- a/website/client/components/notifications.vue +++ b/website/client/components/notifications.vue @@ -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: { diff --git a/website/client/components/snackbars/notification.vue b/website/client/components/snackbars/notification.vue index 69ca15b5fb..918f6b226e 100644 --- a/website/client/components/snackbars/notification.vue +++ b/website/client/components/snackbars/notification.vue @@ -33,7 +33,7 @@ transition(name="fade")