aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2018-03-01 20:53:50 +0100
committerGitHub <noreply@github.com>2018-03-01 20:53:50 +0100
commitb348cd170accbcae9a8e2ff039df1020bcb41406 (patch)
treec21f4e03c5c71966d750acf5c0861586f2c8615d /apps/comments
parent7f736923d903e037a32a9fa45bfb98efec990d3e (diff)
downloadnextcloud-server-b348cd170accbcae9a8e2ff039df1020bcb41406.tar.gz
nextcloud-server-b348cd170accbcae9a8e2ff039df1020bcb41406.zip
Update commentstabview.js
Changed typo reported at GitHub. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/91002505?issue=yes
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/js/commentstabview.js2
1 files changed, 1 insertions, 1 deletions
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}));
}
});