Merge pull request #8622 from nextcloud/12-8612

[stable12] Update commentstabview.js
This commit is contained in:
Joas Schilling 2018-03-02 11:24:07 +01:00 committed by GitHub
commit c2db0f9d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@
error: function() {
$loading.addClass('hidden');
$comment.removeClass('disabled');
OC.Notification.showTemporary(t('comments', 'Error occurred while retrieving comment with id {id}', {id: commentId}));
OC.Notification.showTemporary(t('comments', 'Error occurred while retrieving comment with ID {id}', {id: commentId}));
}
});