try again

This commit is contained in:
Kyle Spearrin 2017-05-31 16:25:22 -04:00
parent f5720cf20e
commit 5989918300
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
function processError() {
$uibModalInstance.dismiss('cancel');
toastr.error('Something went wrong.', 'Oh No!');
toastr.error('Something went wrong. Try again.', 'Oh No!');
}
$scope.close = function () {