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"
>
- For security purposes, please verify your email address on Modrinth.
- Re-send verification email
+ {{ formatMessage(verifyEmailBannerMessages.title) }}
+
+ {{ formatMessage(verifyEmailBannerMessages.action) }}
+
- For security purposes, please enter your email on Modrinth.
+ {{ formatMessage(addEmailBannerMessages.title) }}
- Visit account settings
+ {{ formatMessage(addEmailBannerMessages.action) }}
@@ -25,12 +27,10 @@
>
- 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)"
>
@@ -78,7 +78,7 @@
@@ -88,13 +88,15 @@
@{{ auth.user.username }}
-
Visit your profile
+
{{ formatMessage(messages.visitYourProfile) }}
- Create a project
+
+ {{ formatMessage(commonMessages.createAProjectButton) }}
+
@@ -103,15 +105,17 @@
- Notifications
+ {{
+ formatMessage(commonMessages.notificationsLabel)
+ }}
- Dashboard
+ {{ formatMessage(commonMessages.dashboardLabel) }}
- Settings
+ {{ formatMessage(commonMessages.settingsLabel) }}
- Moderation
+ {{ formatMessage(commonMessages.moderationLabel) }}
- Get Modrinth App
+
+ {{ formatMessage(messages.getModrinthApp) }}
+
- Log out
+
+ {{ formatMessage(commonMessages.signOutButton) }}
+
@{{ auth.user.username }}
-
Visit your profile
+
{{ formatMessage(messages.visitYourProfile) }}