mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Update commentstabview.js
Changed typo reported at GitHub. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/91002505?issue=yes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
b031ead04b
commit
829589b6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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}));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue