From 44af5ad8a7df049e1627af774d9e0cdb88110b59 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Sat, 12 Apr 2025 01:02:37 +0000 Subject: [PATCH] Rename "Organization" to "Customer" in settings page. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/fe800c05-9dda-4576-ba1d-9da99ebfcc10.jpg --- client/src/pages/settings.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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