From bb7b6f2032ec073bd1d2db49c32b68705d38c9ac Mon Sep 17 00:00:00 2001 From: Yusuf Ozan Date: Tue, 22 Jun 2021 18:18:23 +0300 Subject: [PATCH] Typos Fixed --- 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 af74a789d..1861b1790 100644 --- a/resources/lang/en-GB/notifications.php +++ b/resources/lang/en-GB/notifications.php @@ -70,7 +70,7 @@ return [ 'messages' => [ 'mark_read' => ':type is read this notification!', - 'mark_read_all' => ':type is read all notification!', + 'mark_read_all' => ':type is read all notifications!', 'new_app' => ':type app published.', 'export' => 'Your :type export file is ready to download.', 'import' => 'Your :type lined :count data is imported successfully.',