Merge pull request #6365 from psrpinto/fix/naming

This commit is contained in:
Germain
2021-07-15 08:07:03 +01:00
committed by GitHub
17 changed files with 45 additions and 45 deletions

View File

@@ -407,7 +407,7 @@ export default class WidgetUtils {
"integration_manager_" + (new Date().getTime()),
WidgetType.INTEGRATION_MANAGER,
uiUrl,
"Integration Manager: " + name,
"Integration manager: " + name,
{ "api_url": apiUrl },
);
}