From f0db8545cbd80f522ef7ba7f25ed9d29a63344f0 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Tue, 14 Jun 2022 10:55:16 +0530 Subject: [PATCH] fix: Update profile settings header title (#4856) --- .../routes/dashboard/settings/profile/profile.routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/profile/profile.routes.js b/app/javascript/dashboard/routes/dashboard/settings/profile/profile.routes.js index 032b13d6e..7a667f2ec 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/profile/profile.routes.js +++ b/app/javascript/dashboard/routes/dashboard/settings/profile/profile.routes.js @@ -10,7 +10,7 @@ export default { roles: ['administrator', 'agent'], component: SettingsContent, props: { - headerTitle: 'GENERAL_SETTINGS.TITLE', + headerTitle: 'PROFILE_SETTINGS.TITLE', icon: 'edit', showNewButton: false, },