diff --git a/frontend/js/i18n/en.js b/frontend/js/i18n/en.js index 9359ccf..7dd03dc 100644 --- a/frontend/js/i18n/en.js +++ b/frontend/js/i18n/en.js @@ -1499,6 +1499,7 @@ export default { 'layout.properties': 'Properties', 'layout.delete_zone': 'Delete Zone', 'layout.zone_n': 'Zone {n}', + 'layout.rename': 'Layout name — click to rename', 'layout.prop.name': 'Name', 'layout.prop.x': 'X (%)', 'layout.prop.y': 'Y (%)', diff --git a/frontend/js/views/layout-editor.js b/frontend/js/views/layout-editor.js index 51f4900..07ca8a5 100644 --- a/frontend/js/views/layout-editor.js +++ b/frontend/js/views/layout-editor.js @@ -116,7 +116,12 @@ async function renderEditor(container, layoutId) { ${t('layout.back')}