1
0
Fork 0

Add i18n string

This commit is contained in:
Daniel Supernault 2021-12-26 03:23:59 -07:00
parent eeae69b8cb
commit 5dd7b48b29
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 1 deletions

View File

@ -176,6 +176,10 @@ return [
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
]
],
'hashtags' => [
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
],
];