From 4aa9aeb0174eb9bd83375567fc90afe97e1a7fd7 Mon Sep 17 00:00:00 2001
From: bye <bye@byecorps.com>
Date: Wed, 3 Jul 2024 14:21:00 +0100
Subject: [PATCH] Add dashboard

---
 en.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/en.php b/en.php
index 55baa19..448f99c 100644
--- a/en.php
+++ b/en.php
@@ -10,9 +10,8 @@ $LANG['button']['submit'] = 'Submit';
 $LANG['page']['credits'] = 'Credits';
 $LANG['page']['signup'] = 'Sign up for ByeCorps ID';
 $LANG['page']['login'] = 'Log in to ByeCorps ID';
-
+$LANG['page']['dashboard'] = 'Dashboard';
 $LANG['header']['hello'] = 'Hey hey {{display_name}}!';
-
 $LANG['footer']['executionTime'] = 'Execution time';
 $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
 $LANG['generic']['error'] = 'An error occurred.';
-- 
GitLab