Skip to content

Commit 9fa437f

Browse files
authored
Fix title of Tags dialog, also add a gap after stack selection (#2747)
1 parent 5f8052b commit 9fa437f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/services/lambda/deploy/DeployServerlessApplicationDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class DeployServerlessApplicationDialog(
111111
.build()
112112

113113
private val parametersField = KeyValueTextField()
114-
private val tagsField = KeyValueTextField()
114+
private val tagsField = KeyValueTextField(message("tags.title"))
115115
private val capabilitiesSelector = CapabilitiesEnumCheckBoxes()
116116

117117
private var templateFileParameters = CloudFormationTemplate.parse(project, templateFile).parameters().toList()
@@ -221,7 +221,7 @@ class DeployServerlessApplicationDialog(
221221
it.isEnabled && (it.isLoading || it.selected() == null)
222222
}
223223
.toolTipText(message("serverless.application.deploy.tooltip.updateStack"))
224-
}
224+
}.largeGapAfter()
225225
}
226226

227227
// stack parameters

0 commit comments

Comments
 (0)