From 6f1b42508f1876941527cc5f52de0804d4f0201a Mon Sep 17 00:00:00 2001 From: OpenAlgeria <39639882+OpenAlgeria@users.noreply.github.com> Date: Sat, 23 Jun 2018 15:11:02 +0200 Subject: [PATCH] Update notification.php --- resources/lang/fr/notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr/notification.php b/resources/lang/fr/notification.php index 3585fd484..b89456855 100644 --- a/resources/lang/fr/notification.php +++ b/resources/lang/fr/notification.php @@ -3,5 +3,5 @@ return [ 'likedPhoto' => 'a aimé votre photo.', 'startedFollowingYou' => 'a commencé à vous suivre.', 'commented' => 'commenté sur votre post.', - 'mentionedYou' => 'vos à mentionné.' + 'mentionedYou' => 'vous à mentionné.' ];