diff --git a/components/layout/MFooter.vue b/components/layout/MFooter.vue index 786a5db07..167a6e169 100644 --- a/components/layout/MFooter.vue +++ b/components/layout/MFooter.vue @@ -36,7 +36,7 @@
Revoking your Modrinth token can have unintended consequences. Please be - wary, the following could break: + aware that the following could break:
Once you have completed the steps, press the continue button below.
++ Once you have completed those steps, press the continue button below. +
- This will log you out of Modrinth, however when you log back in your + This will log you out of Modrinth, however, when you log back in, your token will be regenerated.
diff --git a/pages/dashboard/notifications.vue b/pages/dashboard/notifications.vue index e31e7a435..4cc5dfe92 100644 --- a/pages/dashboard/notifications.vue +++ b/pages/dashboard/notifications.vue @@ -97,7 +97,7 @@ export default { } catch (err) { this.$notify({ group: 'main', - title: 'An Error Occurred', + title: 'An error occurred', text: err.response.data.description, type: 'error', }) diff --git a/pages/dashboard/privacy.vue b/pages/dashboard/privacy.vue index c9e983721..efa11b026 100644 --- a/pages/dashboard/privacy.vue +++ b/pages/dashboard/privacy.vue @@ -2,12 +2,12 @@