Browse Source

Fix typo

pull/613/head
Alexey Tsvetkov 3 years ago committed by GitHub
parent
commit
59677b5932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ci/delete-packages-from-space/buildSrc/src/main/groovy/ConfirmDeletionDialog.groovy

2
ci/delete-packages-from-space/buildSrc/src/main/groovy/ConfirmDeletionDialog.groovy

@ -19,7 +19,7 @@ class ConfirmDeletionDialog {
) {
vbox {
hbox() {
label(text: "Are you shure you want to delete these packages?")
label(text: "Are you sure you want to delete these packages?")
}
scrollPane(verticalScrollBarPolicy: JScrollPane.VERTICAL_SCROLLBAR_ALWAYS) {
textArea(text: packagesToBeDeleted, columns: 60, rows: 20)

Loading…
Cancel
Save