pixelfed/resources/lang/en/profile.php
Marcin Mikołajczak 25b48358b5 Add message for no saved posts
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-08-13 10:59:33 +02:00

10 lines
308 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'emptyTimeline' => 'This user has no posts yet!',
'emptyFollowers' => 'This user has no followers yet!',
'emptyFollowing' => 'This user is not following anyone yet!',
'emptySaved' => 'You havent saved any post yet!',
'savedWarning' => 'Only you can see what youve saved',
];