From 3b2aa776eb7caad52493d1593e7cb9cb47964666 Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:29:14 +0100 Subject: [PATCH] Fix broken CI / lint (#320) --- docker-compose.yml | 15 ++++++++------- src/i18n/de.js | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 83559ee..df52d3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,13 +13,14 @@ services: # context: https://github.com/Awesome-Technologies/synapse-admin.git # args: - # if you're building on an architecture other than amd64, make sure - # to define a maximum ram for node. otherwise the build will fail. - # - NODE_OPTIONS="--max_old_space_size=1024" - # default is / - # - PUBLIC_URL=/synapse-admin - # You can use a fixed homeserver, so that the user can no longer define it himself - # - REACT_APP_SERVER="https://matrix.example.com" + # if you're building on an architecture other than amd64, make sure + # to define a maximum ram for node. otherwise the build will fail. + # - NODE_OPTIONS="--max_old_space_size=1024" + # default is / + # - PUBLIC_URL=/synapse-admin + # You can use a fixed homeserver, so that the user can no longer + # define it himself + # - REACT_APP_SERVER="https://matrix.example.com" ports: - "8080:80" restart: unless-stopped diff --git a/src/i18n/de.js b/src/i18n/de.js index b4cc16b..b98d4ba 100644 --- a/src/i18n/de.js +++ b/src/i18n/de.js @@ -124,7 +124,8 @@ const de = { user_type: "Benutzertyp", }, helper: { - password: "Durch die Änderung des Passworts wird der Benutzer von allen Sitzungen abgemeldet.", + password: + "Durch die Änderung des Passworts wird der Benutzer von allen Sitzungen abgemeldet.", deactivate: "Sie müssen ein Passwort angeben, um ein Konto wieder zu aktivieren.", erase: "DSGVO konformes Löschen der Benutzerdaten",