feat(MED-97): fix display account name instead of slug

This commit is contained in:
2025-09-23 19:52:49 +03:00
parent 3212b52b02
commit 8af2c8710f
6 changed files with 15 additions and 19 deletions

View File

@@ -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",