Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 3586aff

Browse files
fix copy text (#1120)
* fix copy text * fix translation key --------- Co-authored-by: anastasiia <[email protected]>
1 parent 7b51018 commit 3586aff

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

client/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"Something went wrong": "Something went wrong",
201201
"chats in bloop": "chats in bloop",
202202
"Setup bloop": "Setup bloop",
203-
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "Please log into your GitHub account to complete setup, this helps us us combat misuse.",
203+
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "Please log into your GitHub account to complete setup, this helps us combat misuse.",
204204
"Select color theme:": "Select color theme:",
205205
"Connect account": "Connect account",
206206
"Continue": "Continue",

client/src/locales/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"Something went wrong": "Algo salió mal",
201201
"chats in bloop": "Chats en bloop",
202202
"Setup bloop": "Configuración de bloop",
203-
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "Inicie sesión con su cuenta de GitHub para completar la configuración",
203+
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "Inicie sesión con su cuenta de GitHub para completar la configuración",
204204
"Select color theme:": "Seleccione el tema:",
205205
"Connect account": "Conectar cuenta",
206206
"Continue": "Continuar",

client/src/locales/it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"Something went wrong": "Qualcosa è andato storto",
201201
"chats in bloop": "chat in bloop",
202202
"Setup bloop": "Configura bloop",
203-
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "Accedi al tuo account GitHub per completare la configurazione",
203+
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "Accedi al tuo account GitHub per completare la configurazione",
204204
"Select color theme:": "Seleziona tema colori:",
205205
"Connect account": "Collega account",
206206
"Continue": "Continua",
@@ -397,4 +397,4 @@
397397
"<0></0><1></1> to navigate.": "<0></0><1></1> per navigare.",
398398
"Below are a few questions you can ask me to get started:": "Di seguito alcune domande che puoi pormi per iniziare:",
399399
"Check context files for any errors": "Controlla eventuali errori nei file di contesto"
400-
}
400+
}

client/src/locales/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"Something went wrong": "何かがうまくいかなかった",
201201
"chats in bloop": "bloopでチャット",
202202
"Setup bloop": "bloopをセットアップする",
203-
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "セットアップを完了するため、GitHubアカウントにログインしてください",
203+
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "セットアップを完了するため、GitHubアカウントにログインしてください",
204204
"Select color theme:": "カラーテーマを選択する",
205205
"Connect account": "アカウントを接続する",
206206
"Continue": "次へ",

client/src/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"Something went wrong": "出错了",
204204
"chats in bloop": "在bloop中对话",
205205
"Setup bloop": "设置bloop",
206-
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "请登录您的GitHub账户以完成设置",
206+
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "请登录您的GitHub账户以完成设置",
207207
"Select color theme:": "选择颜色主题:",
208208
"Connect account": "连接账户",
209209
"Continue": "继续",

client/src/pages/Onboarding/Desktop/UserForm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const UserForm = ({ form, setForm, onContinue }: Props) => {
5353
) : (
5454
<Trans>
5555
Please log into your GitHub account to complete setup, this
56-
helps us us combat misuse.
56+
helps us combat misuse.
5757
</Trans>
5858
)}
5959
</p>

0 commit comments

Comments
 (0)