refactor: a word

This commit is contained in:
Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC] 2024-01-31 12:10:56 -08:00
parent ec50a74a92
commit a72912dd51

View File

@ -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;
}