diff --git a/resources/lang/es/exception.php b/resources/lang/es/exception.php index 292bd2808..7be72b058 100644 --- a/resources/lang/es/exception.php +++ b/resources/lang/es/exception.php @@ -4,8 +4,8 @@ return [ 'compose' => [ 'invalid' => [ - 'album' => 'Debe contener solo una foto o video, o multiples.', + 'album' => 'Debe contener solo una foto o video, o múltiples.', ], ], -]; \ No newline at end of file +]; diff --git a/resources/lang/es/notification.php b/resources/lang/es/notification.php index ea8ffd8c8..0920f89df 100644 --- a/resources/lang/es/notification.php +++ b/resources/lang/es/notification.php @@ -2,10 +2,10 @@ return [ - 'likedPhoto' => 'le gustó tu foto.', + 'likedPhoto' => 'le gustó tu foto.', 'likedComment' => 'le gustó tu comentario.', 'startedFollowingYou' => 'empezó a seguirte.', 'commented' => 'comentó tu foto.', - 'mentionedYou' => 'te menciono.', - 'shared' => 'compartir tu foto.', + 'mentionedYou' => 'te mencionó.', + 'shared' => 'compartió tu foto.', ];