Issue: In the Optimizely CMS 13 Visual Builder, when creating a new block and opening the block selection dialog, the Cancel button is displayed as "Elimina" instead of the expected Danish translation for Cancel.
Steps to reproduce:
Open Optimizely CMS 13.
Create a new block.
In the block selection dialog, observe the available actions.
Notice that the Cancel button is labeled "Elimina".
Expected result: The button should display the Danish translation for Cancel, for example "Annuller".
Actual result: The button displays "Elimina", which is Italian and means "Delete/Remove", not "Cancel".
Root cause: The issue appears to originate from the Danish language resource file included in the product. The following entry is present:
<language name="dansk" id="da">
<episerver>
<visualbuilder>
<addlayoutdialog>
<cancelbutton>Elimina</cancelbutton>
The resource value for cancelbutton is incorrectly set to the Italian text "Elimina" instead of a Danish translation such as "Annuller".
Impact: This causes inconsistent localization in the Danish UI and may confuse editors, as "Elimina" implies a delete action rather than cancellation of the dialog.
Description
Issue: In the Optimizely CMS 13 Visual Builder, when creating a new block and opening the block selection dialog, the Cancel button is displayed as "Elimina" instead of the expected Danish translation for Cancel.
Steps to reproduce:
Expected result: The button should display the Danish translation for Cancel, for example "Annuller".
Actual result: The button displays "Elimina", which is Italian and means "Delete/Remove", not "Cancel".
Root cause: The issue appears to originate from the Danish language resource file included in the product. The following entry is present:
The resource value for
cancelbuttonis incorrectly set to the Italian text "Elimina" instead of a Danish translation such as "Annuller".Impact: This causes inconsistent localization in the Danish UI and may confuse editors, as "Elimina" implies a delete action rather than cancellation of the dialog.