Skip to content

Commit b3e3083

Browse files
#1952166: [Test] Should be "Spring Apps" not "Service" in Create Spring Apps dialog
1 parent c6537ff commit b3e3083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.springcloud/src/main/java/com/microsoft/azure/toolkit/eclipse/springcloud/creation/SpringCloudAppInfoAdvancedPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected void init() {
6868
this.selectorSubscription.setLabeledBy(lblSubscription);
6969

7070
Label lblService = new Label(grpTests, SWT.NONE);
71-
lblService.setText("Service:");
71+
lblService.setText("Spring Apps:");
7272
this.selectorCluster = new SpringCloudClusterComboBox(grpTests);
7373
this.selectorCluster.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
7474
this.selectorCluster.setLabeledBy(lblService);

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.springcloud/src/main/java/com/microsoft/azure/toolkit/eclipse/springcloud/deployment/SpringCloudDeploymentConfigurationPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected void checkSubclass() {
162162
selectorSubscription.setLabeledBy(lblSubscription);
163163

164164
Label lblService = new Label(this, SWT.NONE);
165-
lblService.setText("Service:");
165+
lblService.setText("Spring Apps:");
166166
selectorCluster = new SpringCloudClusterComboBox(this);
167167
selectorCluster.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
168168
selectorCluster.setLabeledBy(lblService);

0 commit comments

Comments
 (0)