Skip to content

Commit 364e7fe

Browse files
Merge pull request #8621 from nextcloud/13-8612
[stable13] Update commentstabview.js
2 parents 59d6f45 + cbba3e2 commit 364e7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/comments/js/commentstabview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
$submit.prop('disabled', false);
587587
$cancel.prop('disabled', false);
588588

589-
OC.Notification.showTemporary(t('comments', 'Error occurred while retrieving comment with id {id}', {id: commentId}));
589+
OC.Notification.showTemporary(t('comments', 'Error occurred while retrieving comment with ID {id}', {id: commentId}));
590590
}
591591
});
592592

0 commit comments

Comments
 (0)