From 6e090f9e3a7e2059a7253c43776e08747ae10be0 Mon Sep 17 00:00:00 2001 From: NSDE Date: Tue, 15 Aug 2023 15:45:21 +0200 Subject: [PATCH] Wording improvements etc. --- public/locales/de/main.json | 2 +- public/locales/en-US/api.json | 2 +- public/locales/en-US/main.json | 2 +- public/locales/en/api.json | 2 +- public/locales/en/main.json | 2 +- public/locales/nb/main.json | 2 +- public/locales/sv/main.json | 2 +- src/components/ApiMenu/ApiMenu.tsx | 2 +- src/components/ApiPopup/ApiPopup.tsx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/de/main.json b/public/locales/de/main.json index e7dc36b..a4a0227 100644 --- a/public/locales/de/main.json +++ b/public/locales/de/main.json @@ -25,7 +25,7 @@ "image": "Bild", "autoTitle": "Chat-Titel automatisch generieren", "advancedMode": "Erweiterter Modus", - "inlineLatex": "Inline Latex", + "inlineLatex": "Inline LaTeX", "prompt": "Prompt", "promptLibrary": "Prompt Bibliothek", "name": "Name", diff --git a/public/locales/en-US/api.json b/public/locales/en-US/api.json index f0ea688..8b52660 100644 --- a/public/locales/en-US/api.json +++ b/public/locales/en-US/api.json @@ -6,7 +6,7 @@ "warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security." }, "apiKey": { - "howTo": "Get your personal API key <0>here.", + "howTo": "Get your NovaAI API key by joining our Discord server, opening <0>#commands and running /credentials.", "inputLabel": "API Key" }, "customEndpoint": "Use custom API endpoint", diff --git a/public/locales/en-US/main.json b/public/locales/en-US/main.json index 690273d..1b9e0cd 100644 --- a/public/locales/en-US/main.json +++ b/public/locales/en-US/main.json @@ -25,7 +25,7 @@ "image": "Image", "autoTitle": "Auto generate title", "advancedMode": "Advanced mode", - "inlineLatex": "Inline Latex", + "inlineLatex": "Inline LaTeX", "prompt": "Prompt", "promptLibrary": "Prompt Library", "name": "Name", diff --git a/public/locales/en/api.json b/public/locales/en/api.json index 91e7595..3fff007 100644 --- a/public/locales/en/api.json +++ b/public/locales/en/api.json @@ -6,7 +6,7 @@ "warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security." }, "apiKey": { - "howTo": "Get your personal API key <0>here.", + "howTo": "Get your NovaAI API key by joining our Discord server, opening <0>#commands and running /credentials.", "inputLabel": "API Key" }, "customEndpoint": "Use custom API endpoint", diff --git a/public/locales/en/main.json b/public/locales/en/main.json index 690273d..1b9e0cd 100644 --- a/public/locales/en/main.json +++ b/public/locales/en/main.json @@ -25,7 +25,7 @@ "image": "Image", "autoTitle": "Auto generate title", "advancedMode": "Advanced mode", - "inlineLatex": "Inline Latex", + "inlineLatex": "Inline LaTeX", "prompt": "Prompt", "promptLibrary": "Prompt Library", "name": "Name", diff --git a/public/locales/nb/main.json b/public/locales/nb/main.json index d677f8e..91074d9 100644 --- a/public/locales/nb/main.json +++ b/public/locales/nb/main.json @@ -25,7 +25,7 @@ "image": "Bilde", "autoTitle": "Auto generer tittel", "advancedMode": "Avansert modus", - "inlineLatex": "Inline Latex", + "inlineLatex": "Inline LaTeX", "prompt": "Oppgave", "promptLibrary": "Oppgavebibliotek", "name": "Navn", diff --git a/public/locales/sv/main.json b/public/locales/sv/main.json index 9125ed0..e5301bc 100644 --- a/public/locales/sv/main.json +++ b/public/locales/sv/main.json @@ -25,7 +25,7 @@ "image": "Bild", "autoTitle": "Auto generera titel", "advancedMode": "Avancerat läge", - "inlineLatex": "Inline Latex", + "inlineLatex": "Inline LaTeX", "prompt": "Uppmaning", "promptLibrary": "Uppmaningsbibliotek", "name": "Namn", diff --git a/src/components/ApiMenu/ApiMenu.tsx b/src/components/ApiMenu/ApiMenu.tsx index c02dc2b..fe955e3 100644 --- a/src/components/ApiMenu/ApiMenu.tsx +++ b/src/components/ApiMenu/ApiMenu.tsx @@ -99,7 +99,7 @@ const ApiMenu = ({ ns='api' components={[ , diff --git a/src/components/ApiPopup/ApiPopup.tsx b/src/components/ApiPopup/ApiPopup.tsx index f53b48f..fc4419c 100644 --- a/src/components/ApiPopup/ApiPopup.tsx +++ b/src/components/ApiPopup/ApiPopup.tsx @@ -61,7 +61,7 @@ const ApiPopup = () => { ns='api' components={[ ,