mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:50:12 +00:00
Add title to homepage verified check mark
- Decrease log level for not found Memcached keys
This commit is contained in:
parent
939a80ceb0
commit
561f22cdc4
6 changed files with 10 additions and 9 deletions
|
@ -467,6 +467,7 @@ class Profile
|
|||
'$account_type' => $account_type,
|
||||
'$location' => $location,
|
||||
'$homepage' => $homepage,
|
||||
'$homepage_verified' => DI::l10n()->t('This website has been verified to belong to the same person.'),
|
||||
'$about' => $about,
|
||||
'$network' => DI::l10n()->t('Network:'),
|
||||
'$contacts' => $contact_count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue