[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