-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Bug report
Title:
Dashboard Date Picker – Placeholder Translation Missing on Backspace
Description:
On the Dashboard, when using the date range picker (From → To), if the user clicks on the input and presses Backspace, the placeholder text displays raw fallback values or English definitions instead of localised translations.
Preconditions:
- Admin is logged in and navigates to the Dashboard.
Steps to Reproduce:
- Click on the date input field (e.g.,
From
orTo
) on the dashboard. - Press Backspace to clear the selected date.
- Observe the placeholder or tooltip text that appears in the calendar popup.
Actual Result:
Placeholder shows default or unlocalized text like:
not comparable Not closed
Definitions retrieved from Wiktionary
Expected Result:
Placeholder should display appropriate translated labels or default date format hint, such as:
Select a date
- or a localized placeholder in the selected language.
Suggested Fix:
Ensure the placeholder and tooltip values in the date picker component support localization and remove fallback external definitions or glossary values if not intended.
