There was an error while loading. Please reload this page.
1 parent 49be318 commit 194a427Copy full SHA for 194a427
js/commentstabview.js
@@ -366,7 +366,7 @@
366
error: function() {
367
$loading.addClass('hidden');
368
$comment.removeClass('disabled');
369
-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}));
370
}
371
});
372
0 commit comments