Explorar el Código

Update notification.php

moshpirit hace 7 años
padre
commit
c083fa7c9f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      resources/lang/es/notification.php

+ 2 - 1
resources/lang/es/notification.php

@@ -2,6 +2,7 @@
 
 return [
 
-  'likedPhoto' => 'le gustó tu foto.',
+  'likedPhoto' => 'le gustó tu foto.',  
+  'startedFollowingYou' => 'empezó a seguirte.',
 
 ];