From fe9a89c060194d161271754819d1fd8f4cfb4310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E9=A2=97=E5=B0=8F=E5=9C=9F=E8=B1=86?= <72010312+potatoone@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:34:02 +0800 Subject: [PATCH] A sentence that is not properly translated under the member option in Settings (#6785) * Update Members.tsx * Update translation.json --- app/scenes/Settings/Members.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scenes/Settings/Members.tsx b/app/scenes/Settings/Members.tsx index c6d3f3f01..4dea4e1b5 100644 --- a/app/scenes/Settings/Members.tsx +++ b/app/scenes/Settings/Members.tsx @@ -186,7 +186,7 @@ function Members() { Everyone that has signed into {{ appName }} is listed here. It’s possible that there are other users who have access through{" "} - {team.signinMethods} but haven’t signed in yet. + {{ signinMethods: team.signinMethods, }}{" "}but haven’t signed in yet. diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index cd0fd8e8c..f35434e37 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -858,7 +858,7 @@ "Import pages from a Confluence instance": "Import pages from a Confluence instance", "Enterprise": "Enterprise", "Recent imports": "Recent imports", - "Everyone that has signed into {{appName}} is listed here. It’s possible that there are other users who have access through {team.signinMethods} but haven’t signed in yet.": "Everyone that has signed into {{appName}} is listed here. It’s possible that there are other users who have access through {team.signinMethods} but haven’t signed in yet.", + "Everyone that has signed into {{appName}} is listed here. It’s possible that there are other users who have access through {{signinMethods}} but haven’t signed in yet.": "Everyone that has signed into {{appName}} is listed here. It’s possible that there are other users who have access through {{signinMethods}} but haven’t signed in yet.", "Filter": "Filter", "Receive a notification whenever a new document is published": "Receive a notification whenever a new document is published", "Document updated": "Document updated",