Rename dialogSeverity to messageServity for reuse with notifications

This commit is contained in:
Henry
2015-10-05 10:39:06 -07:00
parent d20abe01dd
commit ec7edb58ca
3 changed files with 32 additions and 25 deletions

View File

@ -2,10 +2,11 @@
"extensions": {
"constants": [
{
"key": "dialogSeverity",
"key": "messageSeverity",
"value": {
"ERROR": "error",
"INFO": "info"
"INFO": "info",
"SUCCESS": "success"
}
}
],