Skip to content

Commit e6b73d4

Browse files
davidjumanishwstppr
authored andcommitted
Adding message to deleteKubernetesSupportedVersion (#850)
* Adding message to deleteKubernetesSupportedVersion * Apply suggestions from code review Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 8150855 commit e6b73d4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ui/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
]

ui/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,8 @@
28962896
"message.kubernetes.cluster.scale": "Please select desired cluster configuration",
28972897
"message.kubernetes.cluster.start": "Please confirm that you want to start the cluster",
28982898
"message.kubernetes.cluster.stop": "Please confirm that you want to stop the cluster",
2899-
"message.kubernetes.cluster.upgrade": "Please select new kubernetes version",
2899+
"message.kubernetes.cluster.upgrade": "Please select new Kubernetes version",
2900+
"message.kubernetes.version.delete": "Please confirm that you want to delete this Kubernetes version",
29002901
"message.launch.vm.on.private.network": "Do you wish to launch your instance on your own private dedicated network?",
29012902
"message.launch.zone": "Zone is ready to launch; please proceed to the next step.",
29022903
"message.launch.zone.description": "Zone is ready to launch; please proceed to the next step.",

0 commit comments

Comments
 (0)