A sentence that is not properly translated under the member option in Settings (#6785)

* Update Members.tsx

* Update translation.json
This commit is contained in:
一颗小土豆
2024-04-10 19:34:02 +08:00
committed by GitHub
parent 9b45feb9ee
commit fe9a89c060
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ function Members() {
<Trans> <Trans>
Everyone that has signed into {{ appName }} is listed here. Its Everyone that has signed into {{ appName }} is listed here. Its
possible that there are other users who have access through{" "} possible that there are other users who have access through{" "}
{team.signinMethods} but havent signed in yet. {{ signinMethods: team.signinMethods, }}{" "}but havent signed in yet.
</Trans> </Trans>
</Text> </Text>
<Flex gap={8}> <Flex gap={8}>

View File

@@ -858,7 +858,7 @@
"Import pages from a Confluence instance": "Import pages from a Confluence instance", "Import pages from a Confluence instance": "Import pages from a Confluence instance",
"Enterprise": "Enterprise", "Enterprise": "Enterprise",
"Recent imports": "Recent imports", "Recent imports": "Recent imports",
"Everyone that has signed into {{appName}} is listed here. Its possible that there are other users who have access through {team.signinMethods} but havent signed in yet.": "Everyone that has signed into {{appName}} is listed here. Its possible that there are other users who have access through {team.signinMethods} but havent signed in yet.", "Everyone that has signed into {{appName}} is listed here. Its possible that there are other users who have access through {{signinMethods}} but havent signed in yet.": "Everyone that has signed into {{appName}} is listed here. Its possible that there are other users who have access through {{signinMethods}} but havent signed in yet.",
"Filter": "Filter", "Filter": "Filter",
"Receive a notification whenever a new document is published": "Receive a notification whenever a new document is published", "Receive a notification whenever a new document is published": "Receive a notification whenever a new document is published",
"Document updated": "Document updated", "Document updated": "Document updated",