From b416263ff98cacd3105030de5a93d5ab41e2f404 Mon Sep 17 00:00:00 2001 From: sdrozdsap <163305268+sdrozdsap@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:31:29 +0100 Subject: [PATCH] fix: (CXSPA-1054) - Provide more meaningful placeholder for apt number (#18728) --- .../administration/assets/translations/en/organization.json | 2 +- feature-libs/user/profile/assets/translations/en/address.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feature-libs/organization/administration/assets/translations/en/organization.json b/feature-libs/organization/administration/assets/translations/en/organization.json index c597f66f136..aa2992b8247 100644 --- a/feature-libs/organization/administration/assets/translations/en/organization.json +++ b/feature-libs/organization/administration/assets/translations/en/organization.json @@ -358,7 +358,7 @@ "zipCode": "Zip code", "phoneNumber": "Phone number (optional)", "streetAddress": "Street Address", - "aptSuite": "Apt, Suite", + "aptSuite": "Apartment Number", "selectOne": "Select One...", "hint": "When a buyer is checking out using the \"Account\" purchase method, they much choose a cost center. The delivery addresses available to the buyer depend on the unit of the cost center chosen.", "details": { diff --git a/feature-libs/user/profile/assets/translations/en/address.json b/feature-libs/user/profile/assets/translations/en/address.json index c94c440706a..7b74ac04b06 100644 --- a/feature-libs/user/profile/assets/translations/en/address.json +++ b/feature-libs/user/profile/assets/translations/en/address.json @@ -34,7 +34,7 @@ "saveAsDefault": "Save as default", "chooseAddress": "Choose address", "streetAddress": "Street Address", - "aptSuite": "Apt, Suite", + "aptSuite": "Apartment Number", "selectOne": "Select One...", "setAsDefault": "Set as default delivery address", "titleRequired": "Title is required.",