Profile: Rename profile page from preferences to profile (#61777)

* Rename preferences to Profile

* Fixed tests and ran i18 extract
This commit is contained in:
Torkel Ödegaard
2023-01-24 09:32:49 +01:00
committed by GitHub
parent e5e8bb4dea
commit 38d3d1c02b
10 changed files with 11 additions and 18 deletions

View File

@@ -126,7 +126,7 @@ export function getNavTitle(navId: string | undefined) {
case 'help':
return t('nav.help.title', 'Help');
case 'profile/settings':
return t('nav.profile/settings.title', 'Preferences');
return t('nav.profile/settings.title', 'Profile');
case 'profile/notifications':
return t('nav.profile/notifications.title', 'Notification history');
case 'profile/password':