diff options
author | David Robertson <davidr@element.io> | 2022-03-21 12:29:53 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-21 12:29:53 +0000 |
commit | 0a59f977a209f5d6698414c5bda1bb109f438127 (patch) | |
tree | eb8daf9243d4a7e1b0f080a743d0f32ea1a7a415 /synapse | |
parent | Make it possible to enable compression for the metrics HTTP resource (#12258) (diff) | |
parent | Reword 'Choose your user name' as 'Choose your account name' in the SSO regis... (diff) | |
download | synapse-0a59f977a209f5d6698414c5bda1bb109f438127.tar.xz |
Merge branch 'release-v1.55' into develop
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> |