diff --git a/layouts/default.vue b/layouts/default.vue index 236c58ae6..b346c9e80 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -5,14 +5,16 @@ class="email-nag" > @@ -25,12 +27,10 @@ >
- You’re viewing Modrinth’s staging environment + {{ formatMessage(stagingBannerMessages.title) }}
- The staging environment is running on a copy of the production Modrinth database. This is - used for testing and debugging purposes, and may be running in-development versions of the - Modrinth backend or frontend newer than the production instance. + {{ formatMessage(stagingBannerMessages.description) }}
@@ -53,13 +53,13 @@ v-if="auth.user" to="/dashboard/notifications" class="control-button button-transparent" - title="Notifications" + :title="formatMessage(commonMessages.notificationsLabel)" >
- Sign in + {{ formatMessage(commonMessages.signInButton) }} - Get Modrinth App + {{ formatMessage(messages.getModrinthApp) }}
@@ -185,32 +193,32 @@