mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
9 lines
252 B
PHP
9 lines
252 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',
|
|
];
|