[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:
Victor Woeltjen 2015-03-24 10:05:55 -07:00
parent 8f288751db
commit f1fd73ad38

View File

@ -11,7 +11,7 @@ define(
key: PersistenceFailureConstants.OVERWRITE_KEY
},
{
name: "Cancel",
name: "Discard",
key: "cancel"
}
],