Browse Source

french correction

I suppose this mention will appear after a nickname. Ex : JohnDoe liked this photo. So in French, JohnDoe a aimé cette photo.
Reka 7 years ago
parent
commit
1f46410777
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/fr/notification.php

+ 1 - 1
resources/lang/fr/notification.php

@@ -1,4 +1,4 @@
 <?php
 return [
-  'likedPhoto' => 'Aimé votre photo.',
+  'likedPhoto' => 'a aimé votre photo.',
 ];