From 84a948026740a2702f602a81faea8a11bf974573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Fri, 5 May 2023 17:20:44 +0300 Subject: [PATCH] Fixed Menu failed import message title ( #8669rx1hu ) --- resources/lang/en-GB/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-GB/notifications.php b/resources/lang/en-GB/notifications.php index 3b804df50..1a300ca3f 100644 --- a/resources/lang/en-GB/notifications.php +++ b/resources/lang/en-GB/notifications.php @@ -99,7 +99,7 @@ return [ 'import_failed' => [ - 'subject' => 'Import failed', + 'title' => 'Import failed', 'description' => 'Not able to import the file due to several issues. Check out your email for the details.', ],