Skip to content

Commit

Permalink
fix: spelling and clear filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Jan 15, 2025
1 parent 86e4669 commit cdf82c6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion shared-helpers/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion shared-helpers/src/locales/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion shared-helpers/src/locales/tl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion shared-helpers/src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion shared-helpers/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"listings.priorityUnitsDescription": "如果以下任何一項適用於您或您的家人,則此樓宇有預留的單位:",
"listings.processInfo": "申請過程資訊",
"listings.propertyName": "物業名稱",
"listings.popertyName.helper": "輸入完整或部分屬性名稱",
"listings.propertyName.helper": "輸入完整或部分屬性名稱",
"listings.publicLottery.header": "公開抽籤",
"listings.remainingUnitsAfterPreferenceConsideration": "在考慮所有優先權持有人之後,任何剩餘單位將提供給其他符合資格的申請人。",
"listings.remainingUnitsAfterPrograms": "申請表中的一個或多個問題將有助於確定您是否有資格參加上述住房計劃。在您提交申請後,物業經理將要求您提供文件或其他形式的驗證來驗證您的住房計畫資格。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit cdf82c6

Please sign in to comment.