diff --git a/website/client/src/components/settings/api.vue b/website/client/src/components/settings/api.vue index 6572961729..e73d914cff 100644 --- a/website/client/src/components/settings/api.vue +++ b/website/client/src/components/settings/api.vue @@ -32,14 +32,8 @@
{{ $t('beeminderDesc') }} -
  • - {{ $t('chromeChatExtension') }} -
    - {{ $t('chromeChatExtensionDesc') }} -
  • +
  • + {{ $t('chatExtensionDesc') }}
  • {{ $t('dataToolDesc') }}
  • -
  • -
    - {{ $t('otherDesc') }} -
  • +
  • + {{ $t('otherDesc') }}
    diff --git a/website/common/locales/en/settings.json b/website/common/locales/en/settings.json index 5f11bb67ea..e018b2a421 100644 --- a/website/common/locales/en/settings.json +++ b/website/common/locales/en/settings.json @@ -77,8 +77,8 @@ "dataToolDesc": "A webpage that shows you certain information from your Habitica account, such as statistics about your tasks, equipment, and skills.", "beeminder": "Beeminder", "beeminderDesc": "Let Beeminder automatically monitor your Habitica To-Dos. You can commit to maintaining a target number of To-Dos completed per day or per week, or you can commit to gradually reducing your remaining number of uncompleted To-Dos. (By \"commit\" Beeminder means under threat of paying actual money! But you may also just like Beeminder's fancy graphs.)", - "chromeChatExtension": "Chrome Chat Extension", - "chromeChatExtensionDesc": "The Chrome Chat Extension for Habitica adds an intuitive chat box to all of habitica.com. It allows users to chat in the Tavern, their party, and any guilds they are in.", + "chatExtension": "
    Chrome Chat Extension and Firefox Chat Extension", + "chatExtensionDesc": "The Chat Extension for Habitica adds an intuitive chat box to all of habitica.com. It allows users to chat in the Tavern, their party, and any guilds they are in.", "otherExtensions": "Other Extensions", "otherDesc": "Find other apps, extensions, and tools on the Habitica wiki.", "resetDo": "Do it, reset my account!", @@ -211,4 +211,4 @@ "suggestMyUsername": "Suggest my username", "everywhere": "Everywhere", "onlyPrivateSpaces": "Only in private spaces" -} +} \ No newline at end of file