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:
@@ -186,7 +186,7 @@ function Members() {
|
|||||||
<Trans>
|
<Trans>
|
||||||
Everyone that has signed into {{ appName }} is listed here. It’s
|
Everyone that has signed into {{ appName }} is listed here. It’s
|
||||||
possible that there are other users who have access through{" "}
|
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.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Flex gap={8}>
|
<Flex gap={8}>
|
||||||
|
|||||||
@@ -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. 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",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user