Skip to content

Commit ac58f9f

Browse files
fix label of an input on spring app creation dialog
1 parent f65cb86 commit ac58f9f

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.springcloud/src/main/java/com/microsoft/azure/toolkit/eclipse/springcloud/component

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.springcloud/src/main/java/com/microsoft/azure/toolkit/eclipse/springcloud/component/SpringCloudAppConfigPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private void setupUI() {
225225
toggleEndpoint.setText("Disabled");
226226

227227
this.lblDisk = new Label(grpConfiguration, SWT.NONE);
228-
this.lblDisk.setText("Storage:");
228+
this.lblDisk.setText("Persistent Storage:");
229229

230230
this.toggleStorage = new Button(grpConfiguration, SWT.CHECK);
231231
toggleStorage.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1));

0 commit comments

Comments
 (0)