diff options
author | Simon Rettberg | 2022-10-10 15:33:37 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-10-10 15:33:37 +0200 |
commit | 63a1c16b42278ce8e0dfc4b6b22440c2dfcaa46d (patch) | |
tree | 5d665f35f607d9edc2885bffdb516c942c8dc052 /modules-available/session/lang | |
parent | [remoteaccess] Force SLX_AUTOLOGIN = OFF in remote access mode (diff) | |
download | slx-admin-63a1c16b42278ce8e0dfc4b6b22440c2dfcaa46d.tar.gz slx-admin-63a1c16b42278ce8e0dfc4b6b22440c2dfcaa46d.tar.xz slx-admin-63a1c16b42278ce8e0dfc4b6b22440c2dfcaa46d.zip |
[session] Set page title for session list overview
Diffstat (limited to 'modules-available/session/lang')
-rw-r--r-- | modules-available/session/lang/de/module.json | 1 | ||||
-rw-r--r-- | modules-available/session/lang/en/module.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/session/lang/de/module.json b/modules-available/session/lang/de/module.json index 0d2b001c..fb6cf339 100644 --- a/modules-available/session/lang/de/module.json +++ b/modules-available/session/lang/de/module.json @@ -1,3 +1,4 @@ { + "page-title-session-list": "Aktive Sitzungen", "page_title": "Anmelden" }
\ No newline at end of file diff --git a/modules-available/session/lang/en/module.json b/modules-available/session/lang/en/module.json index 5fb22548..44d024c8 100644 --- a/modules-available/session/lang/en/module.json +++ b/modules-available/session/lang/en/module.json @@ -1,3 +1,4 @@ { + "page-title-session-list": "Active sessions", "page_title": "Log in" }
\ No newline at end of file |