mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Profile: Rename profile page from preferences to profile (#61777)
* Rename preferences to Profile * Fixed tests and ran i18 extract
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user