mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
refactor: a word
This commit is contained in:
parent
ec50a74a92
commit
a72912dd51
@ -92,9 +92,7 @@ export default {
|
||||
},
|
||||
async onChangeStatus(action) {
|
||||
if (!this.openmct.user.status.canSetMissionStatus()) {
|
||||
this.openmct.notifications.error(
|
||||
'Selected user action is ineligible to set mission status'
|
||||
);
|
||||
this.openmct.notifications.error('Selected user role is ineligible to set mission status');
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user