diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-21 14:47:46 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-21 14:47:46 +0000 |
commit | d4c9fa5dbd63dc4fe6657406e35a342123768dbd (patch) | |
tree | f40233b3d1abbe71823eed72f1c7058cf49ea050 | |
parent | Merge remote-tracking branch 'origin/release-v1.55' into matrix-org-hotfixes (diff) | |
parent | Reword 'Choose your user name' as 'Choose your account name' in the SSO regis... (diff) | |
download | synapse-d4c9fa5dbd63dc4fe6657406e35a342123768dbd.tar.xz |
Merge branch 'release-v1.55' into matrix-org-hotfixes
-rw-r--r-- | changelog.d/12260.misc | 1 | ||||
-rw-r--r-- | synapse/res/templates/sso_auth_account_details.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12260.misc b/changelog.d/12260.misc new file mode 100644 index 0000000000..deacf034de --- /dev/null +++ b/changelog.d/12260.misc @@ -0,0 +1 @@ +Reword 'Choose your user name' as 'Choose your account name' in the SSO registration template, in order to comply with SIWA guidelines. \ No newline at end of file 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> |