mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
[Persistence] Change Cancel to Discard
Instead of Overwrite/Cancel, show options Overwrite/Discard, to reflect actual user choices at this point. WTD-1033.
This commit is contained in:
parent
8f288751db
commit
f1fd73ad38
@ -11,7 +11,7 @@ define(
|
||||
key: PersistenceFailureConstants.OVERWRITE_KEY
|
||||
},
|
||||
{
|
||||
name: "Cancel",
|
||||
name: "Discard",
|
||||
key: "cancel"
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user