You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add i18n support for dashboard edit mode buttons (#15564)
### What?
Added i18n support for the dashboard edit mode UI buttons in the admin
panel by replacing hardcoded labels with translation keys.
### Why?
When switching the admin UI language (e.g. to German), most interface
elements translated correctly, but the dashboard edit mode buttons
remained in English. These labels were not connected to the translation
system.
### How?
- Replaced hardcoded dashboard editor button text with useTranslation()
keys
### Before :
<img width="1585" height="632" alt="Screenshot from 2026-02-09 19-09-46"
src="https://github.com/user-attachments/assets/e3c734dd-3ddd-4177-b18c-349cda089188"
/>
### After :
[Screencast from 2026-02-09
22-14-59.webm](https://github.com/user-attachments/assets/ebb26bdd-9894-4023-8187-9ba288af8f67)
Fixes#15558
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Patrik Kozak <35232443+PatrikKozak@users.noreply.github.com>
0 commit comments