mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
fix(l10n): our default language is American English so adjust the spelling
For British English we have the `en-GB` translations, so the default should be American English which spells it `organization` not `organisation`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
11f0a5f655
commit
ffdc2c73e4
1 changed files with 2 additions and 2 deletions
|
|
@ -350,7 +350,7 @@ class ProfileManager implements IProfileManager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the profile config of the target user with additional medatata,
|
||||
* Return the profile config of the target user with additional metadata,
|
||||
* if a config does not already exist a default config is created and returned
|
||||
*/
|
||||
public function getProfileConfigWithMetadata(IUser $targetUser, ?IUser $visitingUser): array {
|
||||
|
|
@ -399,7 +399,7 @@ class ProfileManager implements IProfileManager {
|
|||
],
|
||||
IAccountManager::PROPERTY_ORGANISATION => [
|
||||
'appId' => self::CORE_APP_ID,
|
||||
'displayId' => $this->l10nFactory->get('lib')->t('Organisation'),
|
||||
'displayId' => $this->l10nFactory->get('lib')->t('Organization'),
|
||||
],
|
||||
IAccountManager::PROPERTY_ROLE => [
|
||||
'appId' => self::CORE_APP_ID,
|
||||
|
|
|
|||
Loading…
Reference in a new issue