From 07bc37407887a0cbf333ac79644f5ccdc5a66b51 Mon Sep 17 00:00:00 2001 From: negue Date: Mon, 27 Aug 2018 20:08:09 +0200 Subject: [PATCH] fix ultimate gear notification length - allow longer notifications but with a-like border-radius --- website/client/components/notifications.vue | 2 +- website/client/components/snackbars/notification.vue | 3 +-- website/common/locales/en/character.json | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) 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")