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 năm trước cách đây
mục cha
commit
1f46410777
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.',
 ];