From 6fdab25f14b5efaddd343126e53f460dbcf29f99 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Tim=20D=C3=BCsterhus?=
Date: Thu, 19 Nov 2020 10:11:08 +0100
Subject: [PATCH] Add description to the list of active sessions
---
com.woltlab.wcf/templates/accountSecurity.tpl | 5 ++++-
wcfsetup/install/lang/de.xml | 1 +
wcfsetup/install/lang/en.xml | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/com.woltlab.wcf/templates/accountSecurity.tpl b/com.woltlab.wcf/templates/accountSecurity.tpl
index 986bf3a32e..8e2c030cf1 100644
--- a/com.woltlab.wcf/templates/accountSecurity.tpl
+++ b/com.woltlab.wcf/templates/accountSecurity.tpl
@@ -48,7 +48,10 @@
- {lang}wcf.user.security.activeSessions{/lang}
+
{foreach from=$activeSessions item=session}
diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml
index be7f395fd7..988756629c 100644
--- a/wcfsetup/install/lang/de.xml
+++ b/wcfsetup/install/lang/de.xml
@@ -4899,6 +4899,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}
- {if LANGUAGE_USE_INFORMAL_VARIANT}Generiere Einmalcodes mit einer kostenlosen App auf deinem Smartphone.{else}Generieren Sie Einmalcodes mit einer kostenlosen App auf Ihrem Smartphone.{/if}
]]>
- {if LANGUAGE_USE_INFORMAL_VARIANT}Du erhältst bei jedem Login einen Einmalcode an deine E-Mail-Adresse.{else}Sie erhalten bei jedem Login einen Einmalcode an Ihre E-Mail-Adresse.{/if}]]>
+ - Account-Verwaltung ändern.]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml
index a1e179307d..d7f5ea4fbc 100644
--- a/wcfsetup/install/lang/en.xml
+++ b/wcfsetup/install/lang/en.xml
@@ -4896,6 +4896,7 @@ Open the link below to access the user profile:
- Generate one time codes with a free app on your smartphone.]]>
- You will receive a one time code via email after logging in.]]>
+ - Account Management Form.]]>
--
2.20.1