Skip to content

Commit 194a427

Browse files
authored
Update commentstabview.js
Changed case for ID. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/96535506?issue=yes
1 parent 49be318 commit 194a427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/commentstabview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
error: function() {
367367
$loading.addClass('hidden');
368368
$comment.removeClass('disabled');
369-
OC.Notification.showTemporary(t('comments', 'Error occurred while retrieving comment with id {id}', {id: commentId}));
369+
OC.Notification.showTemporary(t('comments', 'Error occurred while retrieving comment with ID {id}', {id: commentId}));
370370
}
371371
});
372372

0 commit comments

Comments
 (0)