From cbba3e2432148f6ac6bdf625bb9bc6eabbfca379 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Thu, 1 Mar 2018 20:53:50 +0100 Subject: 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 --- apps/comments/js/commentstabview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js index 0ad49163508..9e501b141a7 100644 --- a/apps/comments/js/commentstabview.js +++ b/apps/comments/js/commentstabview.js @@ -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})); } }); -- cgit v1.2.3