Add title to homepage verified check mark

- Decrease log level for not found Memcached keys
This commit is contained in:
Hypolite Petovan 2022-11-08 04:20:19 -05:00
parent 939a80ceb0
commit 561f22cdc4
6 changed files with 10 additions and 9 deletions

View file

@ -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,