mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-14 10:34:31 +00:00
28d12a1e12
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
9 lines
253 B
PHP
9 lines
253 B
PHP
<?php
|
||
|
||
return [
|
||
'emptyTimeline' => 'This user has no posts yet!',
|
||
'emptyFollowers' => 'This user has no followers yet!',
|
||
'emptyFollowing' => 'This user is not following anyone yet!',
|
||
'savedWarning' => 'Only you can see what you’ve saved',
|
||
];
|