diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index f3efede30..cd714143a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -209,7 +209,10 @@ /**
* Administration
- */
+ */ + + 'admin:configuration:success' => "Your settings have been saved.", + 'admin:configuration:fail' => "Your settings could not be saved.",
'admin' => "Administration",
'admin:description' => "The admin panel allows you to control all aspects of the system, from user management to how plugins behave. Choose an option below to get started.", |