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",