From a7f32d4742cdb25ed4a84a474fc16b336a371f3e Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Sat, 5 Sep 2026 13:02:45 +0300 Subject: [PATCH] style: EDR Freight to ITLMS --- apps/edr-freight-web/portal/index.html | 2 +- apps/edr-freight-web/portal/src/App.tsx | 6 +++--- .../portal/src/components/AppLayout.tsx | 4 ++-- .../portal/src/components/PublicNavbar.tsx | 2 +- .../portal/src/components/auth/AuthLayout.tsx | 4 ++-- .../portal/src/components/auth/AuthShell.tsx | 4 ++-- .../portal/src/pages/EDRFreightLandingPage.tsx | 8 ++++---- .../portal/src/pages/accounts/ForgotPasswordPage.tsx | 2 +- .../portal/src/pages/accounts/LoginPage.tsx | 2 +- .../src/pages/accounts/ResetPasswordLinkPage.tsx | 4 ++-- .../portal/src/pages/accounts/SetPasswordPage.tsx | 2 +- .../portal/src/pages/accounts/SignupPage.tsx | 4 ++-- .../src/pages/accounts/VerificationOtpPage.tsx | 2 +- .../src/pages/publications/PublicationsPage.tsx | 2 +- .../portal/src/pages/support/DocShell.tsx | 4 ++-- .../types/src/freight/portal-content.defaults.ts | 12 ++++++------ 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/apps/edr-freight-web/portal/index.html b/apps/edr-freight-web/portal/index.html index 42bfe97d3..792692284 100644 --- a/apps/edr-freight-web/portal/index.html +++ b/apps/edr-freight-web/portal/index.html @@ -4,7 +4,7 @@ - EDR Freight Portal + ILMS Portal { { { { }; export function AppLayout({ - title = "EDR Freight", + title = "ILMS", sidebarItems, activeHref = "", onNavigate, @@ -609,7 +609,7 @@ export function AppLayout({ lineHeight: 1.15, }} > - EDR FREIGHT + ILMS - EDR Freight + ILMS Rail Logistics Platform diff --git a/apps/edr-freight-web/portal/src/components/auth/AuthLayout.tsx b/apps/edr-freight-web/portal/src/components/auth/AuthLayout.tsx index a86a4b522..86b8a5a3f 100644 --- a/apps/edr-freight-web/portal/src/components/auth/AuthLayout.tsx +++ b/apps/edr-freight-web/portal/src/components/auth/AuthLayout.tsx @@ -50,7 +50,7 @@ export default function AuthLayout({ - EDR Freight + ILMS Railway Logistics Platform @@ -113,7 +113,7 @@ export default function AuthLayout({ - EDR Freight + ILMS Railway Logistics Platform diff --git a/apps/edr-freight-web/portal/src/components/auth/AuthShell.tsx b/apps/edr-freight-web/portal/src/components/auth/AuthShell.tsx index 801f60dd6..e7bca5271 100644 --- a/apps/edr-freight-web/portal/src/components/auth/AuthShell.tsx +++ b/apps/edr-freight-web/portal/src/components/auth/AuthShell.tsx @@ -69,7 +69,7 @@ const LeftPanel = ({ > EDR Freight ( const FormFooter = () => (
- © 2026 EDR Freight + © 2026 ILMS

- EDR Freight is the booking, tracking and billing platform for the + ILMS is the booking, tracking and billing platform for the Ethio-Djibouti Railway. Book consignments, schedule train sets, clear customs documents and settle invoices — in one portal.

@@ -1028,7 +1028,7 @@ export default function EDRFreightLandingPage() { Let’s move freight smarter

- Contact EDR Freight for partnership opportunities, enterprise + Contact ILMS for partnership opportunities, enterprise onboarding, or logistics support.

@@ -1140,7 +1140,7 @@ export default function EDRFreightLandingPage() { - EDR Freight + ILMS

@@ -1220,7 +1220,7 @@ export default function EDRFreightLandingPage() {

-

© 2026 Ethio-Djibouti Railway · EDR Freight. All rights reserved.

+

© 2026 Ethio-Djibouti Railway · ILMS. All rights reserved.

English አማርኛ diff --git a/apps/edr-freight-web/portal/src/pages/accounts/ForgotPasswordPage.tsx b/apps/edr-freight-web/portal/src/pages/accounts/ForgotPasswordPage.tsx index 1c41dad72..e99adaf76 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/ForgotPasswordPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/ForgotPasswordPage.tsx @@ -131,7 +131,7 @@ export default function ForgotPasswordPage() { return (

{stage === "identify" ? ( diff --git a/apps/edr-freight-web/portal/src/pages/accounts/LoginPage.tsx b/apps/edr-freight-web/portal/src/pages/accounts/LoginPage.tsx index 746d1648c..4e5418007 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/LoginPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/LoginPage.tsx @@ -47,7 +47,7 @@ export default function LoginPage() {
- EDR Freight + ILMS
diff --git a/apps/edr-freight-web/portal/src/pages/accounts/ResetPasswordLinkPage.tsx b/apps/edr-freight-web/portal/src/pages/accounts/ResetPasswordLinkPage.tsx index 7b3bae7c9..6156ec79f 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/ResetPasswordLinkPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/ResetPasswordLinkPage.tsx @@ -102,7 +102,7 @@ export default function ResetPasswordLinkPage() { return (
@@ -151,7 +151,7 @@ export default function ResetPasswordLinkPage() { return (
diff --git a/apps/edr-freight-web/portal/src/pages/accounts/SetPasswordPage.tsx b/apps/edr-freight-web/portal/src/pages/accounts/SetPasswordPage.tsx index 04625f2cd..b60e26af1 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/SetPasswordPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/SetPasswordPage.tsx @@ -88,7 +88,7 @@ export default function SetPasswordPage() { badge: "Account Security", title: "Set your secure password", description: - "Create a strong password to secure your EDR Freight account and protect railway logistics operations and shipment data.", + "Create a strong password to secure your ILMS account and protect railway logistics operations and shipment data.", features: [ "Enterprise-grade security", "Protected account access", diff --git a/apps/edr-freight-web/portal/src/pages/accounts/SignupPage.tsx b/apps/edr-freight-web/portal/src/pages/accounts/SignupPage.tsx index 03a9e515a..c9610543f 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/SignupPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/SignupPage.tsx @@ -211,7 +211,7 @@ export default function SignupPage() { return (
{stage === "form" ? ( @@ -224,7 +224,7 @@ export default function SignupPage() { Create account

- Register to access EDR Freight services. + Register to access ILMS services.

diff --git a/apps/edr-freight-web/portal/src/pages/accounts/VerificationOtpPage.tsx b/apps/edr-freight-web/portal/src/pages/accounts/VerificationOtpPage.tsx index 2a95e7c00..44960f051 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/VerificationOtpPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/VerificationOtpPage.tsx @@ -80,7 +80,7 @@ export default function VerificationOtpPage() { badge: "Secure Verification", title: "Verify your account securely", description: - "Enter the verification code sent to your phone number to continue using EDR Freight logistics services.", + "Enter the verification code sent to your phone number to continue using ILMS logistics services.", features: [ "Secure OTP verification", "Protected account access", diff --git a/apps/edr-freight-web/portal/src/pages/publications/PublicationsPage.tsx b/apps/edr-freight-web/portal/src/pages/publications/PublicationsPage.tsx index 210a0ca20..804618afa 100644 --- a/apps/edr-freight-web/portal/src/pages/publications/PublicationsPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/publications/PublicationsPage.tsx @@ -323,7 +323,7 @@ export default function PublicationsPage() { Publications

- Guides, reports and presentations about the EDR Freight platform — + Guides, reports and presentations about the ILMS platform — read them here or download a copy.

diff --git a/apps/edr-freight-web/portal/src/pages/support/DocShell.tsx b/apps/edr-freight-web/portal/src/pages/support/DocShell.tsx index b958511de..3438e078c 100644 --- a/apps/edr-freight-web/portal/src/pages/support/DocShell.tsx +++ b/apps/edr-freight-web/portal/src/pages/support/DocShell.tsx @@ -47,7 +47,7 @@ export function DocShell({
- EDR Freight + ILMS
- © 2026 EDR Freight. All rights reserved. + © 2026 ILMS. All rights reserved.