mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
8 lines
251 B
PHP
8 lines
251 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',
|
|
]; |