diff --git a/shared-helpers/src/locales/es.json b/shared-helpers/src/locales/es.json index bea789ae1b..1469b437a6 100644 --- a/shared-helpers/src/locales/es.json +++ b/shared-helpers/src/locales/es.json @@ -1000,7 +1000,7 @@ "listings.priorityUnitsDescription": "Esta edificación cuenta con viviendas apartadas si alguna de las siguientes condiciones se aplican a usted o a alguna persona de su hogar:", "listings.processInfo": "Información sobre el proceso", "listings.propertyName": "Nombre de la propiedad", - "listings.popertyName.helper": "Ingrese el nombre completo o parcial de la propiedad", + "listings.propertyName.helper": "Ingrese el nombre completo o parcial de la propiedad", "listings.publicLottery.header": "Lotería pública", "listings.remainingUnitsAfterPreferenceConsideration": "Después de que se hayan tomado en consideración a los poseedores de preferencias, todas las viviendas restantes estarán a disposición de otros solicitantes calificados.", "listings.remainingUnitsAfterPrograms": "Una vez que se hayan considerado a todos los titulares de preferencias, las unidades restantes estarán disponibles para otros solicitantes calificados.", diff --git a/shared-helpers/src/locales/general.json b/shared-helpers/src/locales/general.json index 6d38d1e7cb..f37b3e8c5c 100644 --- a/shared-helpers/src/locales/general.json +++ b/shared-helpers/src/locales/general.json @@ -955,7 +955,7 @@ "listings.priorityUnitsDescription": "This building has units set aside if any of the following apply to you or someone in your household:", "listings.processInfo": "Process Info", "listings.propertyName": "Property Name", - "listings.popertyName.helper": "Enter full or partial property name", + "listings.propertyName.helper": "Enter full or partial property name", "listings.publicLottery.header": "Public Lottery", "listings.remainingUnitsAfterPreferenceConsideration": "After all preference holders have been considered, any remaining units will be available to other qualified applicants.", "listings.remainingUnitsAfterPrograms": "One or more questions in the application will help to determine whether or not you are eligible for the housing programs listed above. After you have submitted your application, the property manager will ask you to verify your housing program eligibility by providing documentation or another form of verification.", diff --git a/shared-helpers/src/locales/tl.json b/shared-helpers/src/locales/tl.json index 0281d0eef5..964718b173 100644 --- a/shared-helpers/src/locales/tl.json +++ b/shared-helpers/src/locales/tl.json @@ -965,7 +965,7 @@ "listings.priorityUnitsDescription": "Ang gusaling ito ay may mga unit na nagbubukod sa alinman sa mga sumusunod na angkop sa iyo o sa isang tao sa iyong sambahayan:", "listings.processInfo": "Impormasyon ng Proseso", "listings.propertyName": "Pangalan ng Ari-arian", - "listings.popertyName.helper": "Ilagay ang buo o bahagyang pangalan ng property", + "listings.propertyName.helper": "Ilagay ang buo o bahagyang pangalan ng property", "listings.publicLottery.header": "Pampublikong Lottery", "listings.remainingUnitsAfterPreferenceConsideration": "Pagkatapos na isaalang-alang ang lahat ng preference holder, ang anumang natitirang mga unit ay magiging available sa iba pang mga kwalipikadong aplikante.", "listings.remainingUnitsAfterPrograms": "Matapos isaalang-alang ang lahat ng mga may hawak ng kagustuhan, ang anumang natitirang mga yunit ay magiging available sa iba pang mga kwalipikadong aplikante.", diff --git a/shared-helpers/src/locales/vi.json b/shared-helpers/src/locales/vi.json index 3ae3aa5192..eda25ac06e 100644 --- a/shared-helpers/src/locales/vi.json +++ b/shared-helpers/src/locales/vi.json @@ -1003,7 +1003,7 @@ "listings.priorityUnitsDescription": "Tòa nhà này có các căn nhà ở được dành riêng cho quý vị nếu bất kỳ điều nào sau đây đúng với quý vị hoặc một người nào đó trong hộ gia đình của quý vị:", "listings.processInfo": "Thông tin về Quy trình", "listings.propertyName": "Tên bất động sản", - "listings.popertyName.helper": "Nhập tên bất động sản đầy đủ hoặc một phần", + "listings.propertyName.helper": "Nhập tên bất động sản đầy đủ hoặc một phần", "listings.publicLottery.header": "Xổ số Công cộng", "listings.remainingUnitsAfterPreferenceConsideration": "Sau khi tất cả những người nắm giữ phiếu chọn ưu tiên đã được xem xét, bất kỳ căn nhà còn lại sẽ dành cho các ứng viên hội đủ điều kiện khác.", "listings.remainingUnitsAfterPrograms": "Sau khi tất cả các chủ sở hữu ưu tiên đã được xem xét, mọi đơn vị còn lại sẽ được cung cấp cho những người nộp đơn đủ điều kiện khác.", diff --git a/shared-helpers/src/locales/zh.json b/shared-helpers/src/locales/zh.json index 1c69ca6d4e..4c668576df 100644 --- a/shared-helpers/src/locales/zh.json +++ b/shared-helpers/src/locales/zh.json @@ -1003,7 +1003,7 @@ "listings.priorityUnitsDescription": "如果以下任何一項適用於您或您的家人,則此樓宇有預留的單位:", "listings.processInfo": "申請過程資訊", "listings.propertyName": "物業名稱", - "listings.popertyName.helper": "輸入完整或部分屬性名稱", + "listings.propertyName.helper": "輸入完整或部分屬性名稱", "listings.publicLottery.header": "公開抽籤", "listings.remainingUnitsAfterPreferenceConsideration": "在考慮所有優先權持有人之後,任何剩餘單位將提供給其他符合資格的申請人。", "listings.remainingUnitsAfterPrograms": "申請表中的一個或多個問題將有助於確定您是否有資格參加上述住房計劃。在您提交申請後,物業經理將要求您提供文件或其他形式的驗證來驗證您的住房計畫資格。", diff --git a/sites/public/src/components/listings/search/LandingSearch.tsx b/sites/public/src/components/listings/search/LandingSearch.tsx index 314b065cd6..f68923025e 100644 --- a/sites/public/src/components/listings/search/LandingSearch.tsx +++ b/sites/public/src/components/listings/search/LandingSearch.tsx @@ -187,7 +187,7 @@ export function LandingSearch(props: LandingSearchProps) { type="text" id="propertyName" name="propertyName" - subNote={t("listings.popertyName.helper")} + subNote={t("listings.propertyName.helper")} register={register} onChange={validateSearchInput} defaultValue={formValues.propertyName} diff --git a/sites/public/src/components/listings/search/ListingsSearchModal.tsx b/sites/public/src/components/listings/search/ListingsSearchModal.tsx index 23ff82c4f7..39e3c451ff 100644 --- a/sites/public/src/components/listings/search/ListingsSearchModal.tsx +++ b/sites/public/src/components/listings/search/ListingsSearchModal.tsx @@ -126,6 +126,9 @@ export function ListingsSearchModal(props: ListingsSearchModalProps) { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore document.querySelector("#monthlyRent").value = null + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-ignore + document.querySelector("#propertyName").value = null } const onSubmit = () => { @@ -321,7 +324,7 @@ export function ListingsSearchModal(props: ListingsSearchModalProps) { type="text" id="propertyName" name="propertyName" - subNote={t("listings.popertyName.helper")} + subNote={t("listings.propertyName.helper")} register={register} onChange={validateSearchInput} defaultValue={formValues.propertyName}