From 96c09acc5207661e5aa8e450d09517c3bcdf5b34 Mon Sep 17 00:00:00 2001 From: MartinOscar <40749467+RMartinOscar@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:06:11 +0100 Subject: [PATCH] Fix translation (#990) --- lang/en/admin/setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin/setting.php b/lang/en/admin/setting.php index 45ed45d6c..f412791a9 100644 --- a/lang/en/admin/setting.php +++ b/lang/en/admin/setting.php @@ -2,7 +2,7 @@ return [ 'title' => 'Settings', - 'saved' => 'Settings saved', + 'save_success' => 'Settings saved', 'save_failed' => 'Failed to save Settings', 'navigation' => [ 'general' => 'General',