mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +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:
@ -11,7 +11,7 @@ define(
|
||||
key: PersistenceFailureConstants.OVERWRITE_KEY
|
||||
},
|
||||
{
|
||||
name: "Cancel",
|
||||
name: "Discard",
|
||||
key: "cancel"
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user