We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb616b commit c33206bCopy full SHA for c33206b
1 file changed
kubectl-ctx/DeleteConfirm.qml
@@ -41,7 +41,7 @@ Item {
41
}
42
43
NText {
44
- text: (pluginApi?.tr("delete.confirm") ?? "") + " " + root.resourceKind + "/" + root.resourceName + "?"
+ text: pluginApi?.tr("delete.confirm") + " " + root.resourceKind + "/" + root.resourceName + "?"
45
pointSize: Style.fontSizeM
46
color: Color.mOnSurfaceVariant
47
wrapMode: Text.WordWrap
0 commit comments