diff --git a/client/src/pages/settings.tsx b/client/src/pages/settings.tsx index 87b8629..c3ea632 100644 --- a/client/src/pages/settings.tsx +++ b/client/src/pages/settings.tsx @@ -452,9 +452,9 @@ export default function SettingsPage() { {user?.role === "admin" && ( - Create New Organization + Create New Customer - Add a new organization to your account + Add a new customer to your account @@ -471,9 +471,9 @@ export default function SettingsPage() { name="name" render={({ field }) => ( - Organization Name + Customer Name - + @@ -488,7 +488,7 @@ export default function SettingsPage() {
Active Status - Enable this organization upon creation + Enable this customer upon creation
@@ -511,7 +511,7 @@ export default function SettingsPage() { Creating... ) : ( - "Create Organization" + "Create Customer" )} @@ -522,9 +522,9 @@ export default function SettingsPage() { - Organization Details + Customer Details - Manage your organization information. + Manage your customer information. @@ -535,7 +535,7 @@ export default function SettingsPage() { name="name" render={({ field }) => ( - Organization Name + Customer Name @@ -552,7 +552,7 @@ export default function SettingsPage() {
Active Status - Enable or disable this organization + Enable or disable this customer
@@ -588,7 +588,7 @@ export default function SettingsPage() { Danger Zone - Irreversible actions for your organization + Irreversible actions for your customer @@ -596,9 +596,9 @@ export default function SettingsPage() {
-

Delete Organization

+

Delete Customer

- Permanently delete this organization and all associated data + Permanently delete this customer and all associated data