fix: Update profile settings header title (#4856)

This commit is contained in:
Pranav Raj S
2022-06-14 10:55:16 +05:30
committed by GitHub
parent 37cb46238a
commit f0db8545cb

View File

@@ -10,7 +10,7 @@ export default {
roles: ['administrator', 'agent'],
component: SettingsContent,
props: {
headerTitle: 'GENERAL_SETTINGS.TITLE',
headerTitle: 'PROFILE_SETTINGS.TITLE',
icon: 'edit',
showNewButton: false,
},