diff options
author | Andrew Morgan <andrewm@element.io> | 2022-03-22 16:31:28 +0000 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-03-22 16:31:28 +0000 |
commit | 831d4797ab46ada7266046a9719b72ca9e5949f9 (patch) | |
tree | cccc3ceb49b69fdd5bba91d7d106c4440fce7b57 /synapse/res/templates/sso_footer.html | |
parent | Add type hints to tests files. (#12256) (diff) | |
parent | Changelog: sso -> Single Sign-On (diff) | |
download | synapse-831d4797ab46ada7266046a9719b72ca9e5949f9.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse/res/templates/sso_footer.html')
-rw-r--r-- | synapse/res/templates/sso_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/res/templates/sso_footer.html b/synapse/res/templates/sso_footer.html index 588a3d508d..b46e0d83fe 100644 --- a/synapse/res/templates/sso_footer.html +++ b/synapse/res/templates/sso_footer.html @@ -15,5 +15,5 @@ </g> </g> </svg> - <p>An open network for secure, decentralized communication.<br>© 2021 The Matrix.org Foundation C.I.C.</p> + <p>An open network for secure, decentralized communication.<br>© 2022 The Matrix.org Foundation C.I.C.</p> </footer> \ No newline at end of file |