Skip to content

Commit

Permalink
Changing the error message
Browse files Browse the repository at this point in the history
Making the error message a little more professional.
  • Loading branch information
mkirlin committed Dec 3, 2015
1 parent 07addea commit 73ad0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular-feeds/angular-feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ angular.module('feeds').run(['$templateCache', function($templateCache) {
$templateCache.put('feed-list.html',
"<div>\n" +
" <div ng-show=\"error\" class=\"alert alert-danger\">\n" +
" <h5 class=\"text-center\">Oops... Something bad happened, please try later :(</h5>\n" +
" <h5 class=\"text-center\">There was an error retrieving feeds. Please try again later.</h5>\n" +
" </div>\n" +
"\n" +
" <ul class=\"media-list\">\n" +
Expand Down

0 comments on commit 73ad0b1

Please sign in to comment.