Skip to content

Commit 3be0cd5

Browse files
committed
Fix wording
1 parent 6ccd93a commit 3be0cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/toolkit/intellij/link/LinkMySQLToModuleDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private void doLink(LinkConfig<MySQLResourceConfig, ModuleResourceConfig> linkCo
101101
final ProgressIndicator indicator = ProgressManager.getInstance().getProgressIndicator();
102102
indicator.setIndeterminate(true);
103103
AzureLinkService.getInstance().link(project, linkConfig, finalStorageResource);
104-
final String message = String.format("The connection between database %s and project %s is created successfully.",
104+
final String message = String.format("The connection between database %s and project %s has been successfully created.",
105105
resourceConfig.getDatabase().name(), project.getName());
106106
DefaultLoader.getUIHelper().showInfoNotification(LinkMySQLAction.ACTION_NAME, message);
107107
};

0 commit comments

Comments
 (0)