prepare to print user name on loggedIn page
authorroot <root@login1p.fsf.org>
Fri, 19 Nov 2021 19:20:58 +0000 (14:20 -0500)
committerroot <root@login1p.fsf.org>
Fri, 19 Nov 2021 19:20:58 +0000 (14:20 -0500)
dictionaries/fsfdrupalauth.definition.json [new file with mode: 0644]
themes/fsftheme/casserver/loggedIn.php

diff --git a/dictionaries/fsfdrupalauth.definition.json b/dictionaries/fsfdrupalauth.definition.json
new file mode 100644 (file)
index 0000000..14ae087
--- /dev/null
@@ -0,0 +1,5 @@
+{
+    "loggedin_as_description": {
+        "en": "You are logged in as "
+    }
+}
index 4937d9bfd94ee7402310f51a910321c9c870178c..ee5bb6797d35a71f73b60d0b559716f5eea85f53 100644 (file)
@@ -27,7 +27,7 @@ $this->includeAtTemplateBase('includes/header.php');
 
     <p>
         <?php
-        echo $this->t('{casserver:casserver:loggedin_description}')
+        echo $this->t('{fsfdrupalauth:fsfdrupalauth:loggedin_as_description}') . "...";
         ?>
     </p>