diff --git a/shell/package/contents/configuration/LatteDockConfiguration.qml b/shell/package/contents/configuration/LatteDockConfiguration.qml index 5d5de4787..aeefd41f0 100644 --- a/shell/package/contents/configuration/LatteDockConfiguration.qml +++ b/shell/package/contents/configuration/LatteDockConfiguration.qml @@ -590,7 +590,7 @@ Loader { actionId: 'add:', enabled: true, templateId: viewTemplateIds[i], - name: i18n("Add %0").arg(viewTemplateNames[i]), + name: viewTemplateNames[i], icon: 'list-add' }; actionsModel.append(viewtemplate); diff --git a/shell/package/contents/templates/Dock.view.latte b/shell/package/contents/templates/Default Dock.view.latte similarity index 100% rename from shell/package/contents/templates/Dock.view.latte rename to shell/package/contents/templates/Default Dock.view.latte