Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 8a88159

Browse files
committed
Adding message to deleteKubernetesSupportedVersion
1 parent 570d88e commit 8a88159

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/config/section/image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ export default {
319319
api: 'deleteKubernetesSupportedVersion',
320320
icon: 'delete',
321321
label: 'label.kubernetes.version.delete',
322+
message: 'message.kubernetes.version.delete',
322323
dataView: true
323324
}
324325
]

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,6 +2908,7 @@
29082908
"message.kubernetes.cluster.start": "Please confirm that you want to start the cluster",
29092909
"message.kubernetes.cluster.stop": "Please confirm that you want to stop the cluster",
29102910
"message.kubernetes.cluster.upgrade": "Please select new kubernetes version",
2911+
"message.kubernetes.version.delete": "Please confirm that you want to delete this kubernetes version",
29112912
"message.launch.vm.on.private.network": "Do you wish to launch your instance on your own private dedicated network?",
29122913
"message.launch.zone": "Zone is ready to launch; please proceed to the next step.",
29132914
"message.launch.zone.description": "Zone is ready to launch; please proceed to the next step.",

0 commit comments

Comments
 (0)