Merge pull request #8621 from nextcloud/13-8612
[stable13] Update commentstabview.js
This commit is contained in:
commit
364e7fe1be
|
@ -586,7 +586,7 @@
|
|||
$submit.prop('disabled', false);
|
||||
$cancel.prop('disabled', false);
|
||||
|
||||
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}));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue