From 94c3b54b9aec0a4453ca9d894ebaa51df823a1a0 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:11:54 -0400 Subject: [PATCH] Add translation for create user matrix --- translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 161795b..378ed83 100644 --- a/translations/en.json +++ b/translations/en.json @@ -612,5 +612,6 @@ "local_only_blurb": "Only users on this instance can interact with this community.", "public": "Public", "public_blurb": "This community can be federated to other instances and be posted/commented in by their users.", - "banned_from_community_blurb": "<1>Banned: You cannot post, comment, or vote in this community. However, you are still free to browse." + "banned_from_community_blurb": "<1>Banned: You cannot post, comment, or vote in this community. However, you are still free to browse.", + "create_form_user_matrix_blurb": "This user already has a matrix account you can <1>{{matrix_id}}." }