diff options
author | reivilibre <oliverw@matrix.org> | 2022-03-21 12:16:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 12:16:46 +0000 |
commit | 6134b3079e954e15c5a92ad3b89050085197b851 (patch) | |
tree | 6375774f81a176b8503a0040029a673d060f118e /synapse | |
parent | Re-generate changelog. (diff) | |
download | synapse-6134b3079e954e15c5a92ad3b89050085197b851.tar.xz |
Reword 'Choose your user name' as 'Choose your account name' in the SSO registration template, in order to comply with SIWA guidelines. (#12260)
* Reword as 'Choose your account name' * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/res/templates/sso_auth_account_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/res/templates/sso_auth_account_details.html b/synapse/res/templates/sso_auth_account_details.html index 41315e4fd4..b231aace01 100644 --- a/synapse/res/templates/sso_auth_account_details.html +++ b/synapse/res/templates/sso_auth_account_details.html @@ -130,7 +130,7 @@ </head> <body> <header> - <h1>Choose your user name</h1> + <h1>Choose your account name</h1> <p>This is required to create your account on {{ server_name }}, and you can't change this later.</p> </header> <main> |