summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-16 17:47:00 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commit45557de93621206ea5f73f5e0fddb40bdc94cdf6 (patch)
tree056dc3ca45d9cf4c03a14661933646beac76644b
parentDisable continue in setup section (diff)
downloadsynapse-45557de93621206ea5f73f5e0fddb40bdc94cdf6.tar.xz
Weird indent
-rw-r--r--synapse_topology/webui/src/js/components/DelegationOptions.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse_topology/webui/src/js/components/DelegationOptions.jsx b/synapse_topology/webui/src/js/components/DelegationOptions.jsx
index 01dbb9319b..5d865d9655 100644
--- a/synapse_topology/webui/src/js/components/DelegationOptions.jsx
+++ b/synapse_topology/webui/src/js/components/DelegationOptions.jsx
@@ -147,9 +147,9 @@ export default ({ servername, skip, onClick }) => {
                         <p>
                             {servername} provides the url
                             https://{servername}/.well-known/matrix/server which gives
-                                    federating servers information about how to contact the actual
-                                    server hosting the synapse install. (Don't worry! We'll print out
-                                    the .well-known file for you later.)
+                            federating servers information about how to contact the actual
+                            server hosting the synapse install. (Don't worry! We'll print out
+                            the .well-known file for you later.)
                         </p>
                         {portSelection}
                     </Tab>