Fix broken CMS commands (#5296)

This commit is contained in:
Charles Gagnon
2019-05-01 10:55:58 -07:00
committed by GitHub
parent 64bf211a45
commit 80da7ad496
5 changed files with 12 additions and 12 deletions

View File

@@ -273,7 +273,7 @@ export class ApiWrapper {
if (connection && connection.options) {
if (connection.options.server === parentServerName) {
// error out for same server registration
let errorText = localize('cms.errors.sameServerUnderCMS', 'You cannot add a shared registered server with the same name as the Configuration Server');
let errorText = localize('cms.errors.sameServerUnderCms', 'You cannot add a shared registered server with the same name as the Configuration Server');
this.showErrorMessage(errorText);
return;
} else {