@@ -396,31 +396,31 @@ public function getProfileConfigWithMetadata(IUser $targetUser, ?IUser $visiting
396396 $ propertiesMetadata = [
397397 IAccountManager::PROPERTY_ADDRESS => [
398398 'appId ' => self ::CORE_APP_ID ,
399- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('Address ' ),
399+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('Address ' ),
400400 ],
401401 IAccountManager::PROPERTY_AVATAR => [
402402 'appId ' => self ::CORE_APP_ID ,
403- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('Profile picture ' ),
403+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('Profile picture ' ),
404404 ],
405405 IAccountManager::PROPERTY_BIOGRAPHY => [
406406 'appId ' => self ::CORE_APP_ID ,
407- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('About ' ),
407+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('About ' ),
408408 ],
409409 IAccountManager::PROPERTY_DISPLAYNAME => [
410410 'appId ' => self ::CORE_APP_ID ,
411- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('Full name ' ),
411+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('Full name ' ),
412412 ],
413413 IAccountManager::PROPERTY_HEADLINE => [
414414 'appId ' => self ::CORE_APP_ID ,
415- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('Headline ' ),
415+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('Headline ' ),
416416 ],
417417 IAccountManager::PROPERTY_ORGANISATION => [
418418 'appId ' => self ::CORE_APP_ID ,
419- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('Organisation ' ),
419+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('Organisation ' ),
420420 ],
421421 IAccountManager::PROPERTY_ROLE => [
422422 'appId ' => self ::CORE_APP_ID ,
423- 'displayId ' => $ this ->l10nFactory ->get (self :: CORE_APP_ID )->t ('Role ' ),
423+ 'displayId ' => $ this ->l10nFactory ->get (' lib ' )->t ('Role ' ),
424424 ],
425425 ];
426426
0 commit comments