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

@@ -101,7 +101,7 @@ export class EdgeStackEndpointsDatatableController {
this.state.filteredDataSet = endpoints;
this.state.totalFilteredDataSet = totalCount;
} catch (err) {
this.Notifications.error('Failure', err, 'Unable to retrieve endpoints');
this.Notifications.error('Failure', err, 'Unable to retrieve environments');
} finally {
this.state.loading = false;
}