Fix I18n for request success message

This commit is contained in:
Maximilian Grundke
2016-04-30 14:17:37 +02:00
parent 268b723f3a
commit ee164b9e68
4 changed files with 4 additions and 2 deletions

View File

@ -1160,7 +1160,7 @@ $(function() {
}
}).done(function() {
hideSpinner();
$.flash.success({ text: 'Request for comments sent!' })
$.flash.success({ text: $('#askForCommentsButton').data('message-success') })
}).error(ajaxError);
$('#comment-modal').modal('hide');