endpoint rename to environemt - javascript only

This commit is contained in:
waysonwei
2021-09-07 16:43:46 +12:00
parent 1ea50349fe
commit ccf042124e
29 changed files with 60 additions and 60 deletions

View File

@@ -108,7 +108,7 @@ export class EditEdgeStackViewController {
});
return { endpoints, totalCount };
} catch (err) {
this.Notifications.error('Failure', err, 'Unable to retrieve endpoint information');
this.Notifications.error('Failure', err, 'Unable to retrieve environment information');
}
}
}