diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index c1ef11bb48f..fea724fd180 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -108,6 +108,7 @@ "label.action.edit.domain": "Edit domain", "label.action.edit.instance": "Edit instance", "label.action.edit.iso": "Edit ISO", +"label.action.edit.template": "Edit template", "label.action.edit.zone": "Edit zone", "label.action.enable.two.factor.authentication": "Enabled Two factor authentication", "label.action.verify.two.factor.authentication": "Verified Two factor authentication", diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js index 573cd6e8bf5..d78ba2ec59f 100644 --- a/ui/src/config/section/offering.js +++ b/ui/src/config/section/offering.js @@ -223,7 +223,7 @@ export default { component: shallowRef(defineAsyncComponent(() => import('@/views/offering/ImportBackupOffering.vue'))) }, { api: 'updateBackupOffering', - icon: 'edit', + icon: 'edit-outlined', label: 'label.edit', dataView: true, popup: true,