summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-03-02 10:36:36 +0100
committerGitHub <noreply@github.com>2018-03-02 10:36:36 +0100
commit064cb5ebce39ab68b41755d12fb08198a9762fec (patch)
tree9b5fb147d4edd3f4840ac0fa56732e0333705e34 /apps
parent777313db42d386f39338a5bc007724b95f39b9b2 (diff)
parentb348cd170accbcae9a8e2ff039df1020bcb41406 (diff)
downloadnextcloud-server-064cb5ebce39ab68b41755d12fb08198a9762fec.tar.gz
nextcloud-server-064cb5ebce39ab68b41755d12fb08198a9762fec.zip
Merge pull request #8612 from nextcloud/rakekniven-i18n-fix
Update commentstabview.js
Diffstat (limited to 'apps')
-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}));
}
});