diff --git a/public/app/features/profile/UserProfileEditForm.tsx b/public/app/features/profile/UserProfileEditForm.tsx index a1b451bbbe6..530121c5c9d 100644 --- a/public/app/features/profile/UserProfileEditForm.tsx +++ b/public/app/features/profile/UserProfileEditForm.tsx @@ -31,7 +31,7 @@ export const UserProfileEditForm: FC = ({ user, isSavingUser, updateProfi
{({ register, errors }) => { return ( -
Edit profile}> +
Profile}> { }); describe('when user has loaded', () => { - it('should show edit profile form', async () => { + it('should show profile form', async () => { await getTestContext(); const { name, email, username, saveProfile } = getSelectors(); - expect(screen.getByText(/edit profile/i)).toBeInTheDocument(); + expect(screen.getByText(/profile/i)).toBeInTheDocument(); expect(name()).toBeInTheDocument(); expect(name()).toHaveValue('Test User'); expect(email()).toBeInTheDocument(); diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index ff9f7eb6ced..6af95b9fc17 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -533,7 +533,7 @@ "name-label": "Name", "username-label": "Benutzername" }, - "title": "Profil bearbeiten" + "title": "Profil" }, "user-session": { "browser-column": "Browser & Betriebssystem", diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index f7ca842cf43..f09ba42eb6e 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -533,7 +533,7 @@ "name-label": "Name", "username-label": "Username" }, - "title": "Edit profile" + "title": "Profile" }, "user-session": { "browser-column": "Browser & OS", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 8e070acd782..599b2be339f 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -533,7 +533,7 @@ "name-label": "Nombre", "username-label": "Nombre de usuario" }, - "title": "Editar perfil" + "title": "Perfil" }, "user-session": { "browser-column": "Navegador y sistema operativo", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 57a387e912e..900a3b9e862 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -533,7 +533,7 @@ "name-label": "Nom", "username-label": "Nom d’utilisateur" }, - "title": "Modifier le profil" + "title": "Profil" }, "user-session": { "browser-column": "Navigateur et système d'exploitation", diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index a3374d4b435..873de39aadd 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -533,7 +533,7 @@ "name-label": "Ńämę", "username-label": "Ůşęřʼnämę" }, - "title": "Ēđįŧ přőƒįľę" + "title": "Přőƒįľę" }, "user-session": { "browser-column": "ßřőŵşęř & ØŜ", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 2c9ad82cab2..720246928c7 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -533,7 +533,7 @@ "name-label": "姓名", "username-label": "用户名" }, - "title": "编辑简介" + "title": "用户资料" }, "user-session": { "browser-column": "浏览器和操作系统",