-
Notifications
You must be signed in to change notification settings - Fork 91
Raw newline characters displayed in "Remove Locks" confirmation dialog #2273
Description
In the Tools -> Remove Locks menu, the confirmation dialog displays raw \n characters instead of actual line breaks. This occurs in both the English and Ukrainian localizations, making the text harder to read.
Environment
Version: 3.5.x-dev
Area: Manager UI / Tools Menu
Steps to Reproduce
- Log in to the Manager interface.
- Navigate to the top menu: Tools.
- Select Remove Locks.
- Observe the text in the modal/confirmation window.
Expected Result
The text should be formatted with proper line breaks where the \n markers are placed.
Actual Result
The text is displayed as a single string containing literal backslashes and "\n" characters.
Current Display (EN):
Users sometimes close their browser while editing Resources, Templates, Snippets or parsers, possibly leaving the item they were editing in locked state. By pressing OK you can remove ALL locks currently in place.\n\nProceed?
Current Display (UK):
Користувачі іноді закривають браузер в процесі редагування ресурсів, шаблонів, сніпетів і т.д., залишаючи їх заблокованими. Нажимаючи 'ОК', ви видаляєте всі поточні блокування. \n\Прожовжити?
(Note: Also contains a typo in Ukrainian: "\Прожовжити" instead of "Продовжити")
