Skip to content

Commit

Permalink
refs matomo-org#4179 fix title is hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Oct 27, 2013
1 parent aa1ff54 commit 5018227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreHome/javascripts/notification.js
Expand Up @@ -46,7 +46,7 @@
}

if (options.title) {
template += '<strong>Warning!</strong> ';
template += '<strong>' + options.title + '</strong> ';
}

template += message;
Expand Down

0 comments on commit 5018227

Please sign in to comment.