mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update profile.php
Lacked some lines
This commit is contained in:
parent
9fbc5d0902
commit
ac4d325325
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'emptyTimeline' => 'Este usuario todavía no ha publicado nada.',
|
||||
'emptyTimeline' => '¡Este usuario todavía no ha publicado nada!',
|
||||
'emptyFollowers' => '¡Este usuario todavía no tiene seguidores!',
|
||||
'emptyFollowing' => '¡Este usuario todavía no está siguiendo a nadie!',
|
||||
'savedWarning' => 'Solamente tú puedes ver lo que has guardado',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue