From 46bc04f69f40b4ec54784aede4f5937e38bfbec6 Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 5 Jun 2021 23:34:43 -0400 Subject: [PATCH] Adjust quite a bit of wording (#252) * Adjust quite a bit of wording Also converts many title case things to sentence case (fixes #238) * Change advised to recommended * Oops, I missed a page * That page too * Missed a spot --- components/layout/MFooter.vue | 2 +- pages/dashboard.vue | 4 +- pages/dashboard/follows.vue | 2 +- pages/dashboard/misc/revoke-token.vue | 10 ++- pages/dashboard/notifications.vue | 2 +- pages/dashboard/privacy.vue | 8 +- pages/dashboard/projects.vue | 2 +- pages/dashboard/settings.vue | 42 ++++++----- pages/index.vue | 6 +- pages/mod/_id/edit.vue | 52 ++++++++----- pages/mod/_id/newversion.vue | 30 ++++---- pages/mod/_id/settings.vue | 44 +++++------ pages/mod/_id/version/_version/edit.vue | 28 +++---- pages/mod/_id/version/_version/index.vue | 12 +-- pages/mod/create.vue | 94 +++++++++++++----------- pages/mods.vue | 8 +- pages/report/create.vue | 10 +-- privacy-toggles.js | 15 ++-- 18 files changed, 196 insertions(+), 175 deletions(-) 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 @@ © Guavy LLC
diff --git a/pages/dashboard.vue b/pages/dashboard.vue index eb9276a7b..562ab599e 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -34,7 +34,7 @@ - Privacy Settings + Privacy settings diff --git a/pages/dashboard/follows.vue b/pages/dashboard/follows.vue index 799fe18d4..a37c170b4 100644 --- a/pages/dashboard/follows.vue +++ b/pages/dashboard/follows.vue @@ -81,7 +81,7 @@ export default { }, }, head: { - title: 'Followed mods - Modrinth', + title: 'Followed Mods - Modrinth', }, } diff --git a/pages/dashboard/misc/revoke-token.vue b/pages/dashboard/misc/revoke-token.vue index ba0e3c1b1..432a82b0e 100644 --- a/pages/dashboard/misc/revoke-token.vue +++ b/pages/dashboard/misc/revoke-token.vue @@ -6,12 +6,12 @@

Revoking your Modrinth token can have unintended consequences. Please be - wary, the following could break: + aware that the following could break:

  • Any application that uses your token to access the API.
  • - Gradle - if Minotaur is given a incorrect token, your gradle builds + Gradle - if Minotaur is given a incorrect token, your Gradle builds could fail.
  • @@ -35,10 +35,12 @@ header.
  • -

    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 @@ @@ -459,7 +470,7 @@ export default { } catch (err) { this.$notify({ group: 'main', - title: 'An Error Occurred', + title: 'An error occurred', text: err.response.data.description, type: 'error', }) @@ -669,4 +680,9 @@ section.donations { .choose-image { cursor: pointer; } + +a { + text-decoration: underline; + color: var(--color-link); +} diff --git a/pages/mod/_id/newversion.vue b/pages/mod/_id/newversion.vue index a00ffc645..ec9c0161d 100644 --- a/pages/mod/_id/newversion.vue +++ b/pages/mod/_id/newversion.vue @@ -14,7 +14,8 @@

    Name

-

Upload Versions

+

Upload versions