From 1d32c5d0c6e98d61a99579c4e18f438d9e86402c Mon Sep 17 00:00:00 2001 From: gnezim Date: Wed, 6 May 2026 22:29:21 +0300 Subject: [PATCH] Align flight number validation translations --- src/i18n/locales/en/common.json | 2 +- src/i18n/locales/ru/common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en/common.json b/src/i18n/locales/en/common.json index 54c984f9..43709a9f 100644 --- a/src/i18n/locales/en/common.json +++ b/src/i18n/locales/en/common.json @@ -23,7 +23,7 @@ "FLIGHT_NUMBER": "Flight number", "FLIGHT_NUMBER-ERROR-BIG": "Incorrect flight number. The flight number may not be longer than 4 digits", "FLIGHT_NUMBER-ERROR-EMPTY": "Specify flight number", - "FLIGHT_NUMBER-ERROR-ONLY-NUMBER": "Incorrect flight number. The flight number must consist of 1-4 digits and may include one Latin-letter suffix at the end.", + "FLIGHT_NUMBER-ERROR-ONLY-NUMBER": "Incorrect flight number. The flight number must consist of 3–4 digits and may include a single Latin letter suffix at the end.", "GPS-BUTTON": "Detect my location", "GPS-HELP": "Enable geolocation in your browser to detect the city automatically. Geolocation will not work if any anonymizers are enabled.", "NOT-FOUND-LOCATION": "You are seeing this page because we could not access your current location. \nAllow the app to access your location to view flights to your destination.", diff --git a/src/i18n/locales/ru/common.json b/src/i18n/locales/ru/common.json index ff0c97c3..8210acf6 100644 --- a/src/i18n/locales/ru/common.json +++ b/src/i18n/locales/ru/common.json @@ -23,7 +23,7 @@ "FLIGHT_NUMBER": "Номер рейса", "FLIGHT_NUMBER-ERROR-BIG": "Неверно указан номер рейса. Номер рейса не должен быть длиннее 4-х символов", "FLIGHT_NUMBER-ERROR-EMPTY": "Укажите номер рейса", - "FLIGHT_NUMBER-ERROR-ONLY-NUMBER": "Неверно указан номер рейса. Номер рейса должен состоять из 1-4 цифр и может содержать в конце одну латинскую букву-суффикс.", + "FLIGHT_NUMBER-ERROR-ONLY-NUMBER": "Неверно указан номер рейса. Номер рейса должен состоять из 3-4 цифр и может содержать в конце одну латинскую букву-суффикс.", "GPS-BUTTON": "Определить мое местоположение", "GPS-HELP": "Для автоматического определения города разрешите браузеру доступ к геолокации. Определение может не работать при включенных анонимайзерах.", "NOT-FOUND-LOCATION": "Мы не смогли определить Ваше месторасположение — поэтому Вы видите эту страницу. \nРазрешите определение месторасположения — сразу будет открыта страница рейсов в ваш город.",