feat(MED-97): fix display account name instead of slug
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"home": {
|
||||
"pageTitle": "Dashboard"
|
||||
"pageTitle": "Company Dashboard"
|
||||
},
|
||||
"settings": {
|
||||
"pageTitle": "Settings",
|
||||
"pageTitle": "Company Settings",
|
||||
"pageDescription": "Manage your Company details",
|
||||
"teamLogo": "Company Logo",
|
||||
"teamLogoDescription": "Update your company's logo to make it easier to identify",
|
||||
@@ -13,10 +13,10 @@
|
||||
"dangerZoneDescription": "This section contains actions that are irreversible"
|
||||
},
|
||||
"members": {
|
||||
"pageTitle": "Members"
|
||||
"pageTitle": "Company Members"
|
||||
},
|
||||
"billing": {
|
||||
"pageTitle": "Billing"
|
||||
"pageTitle": "Company Billing"
|
||||
},
|
||||
"yourTeams": "Your Companies ({{teamsCount}})",
|
||||
"createTeam": "Create a Company",
|
||||
|
||||
Reference in New Issue
Block a user