Browse Source

Merge pull request #8612 from nextcloud/rakekniven-i18n-fix

Update commentstabview.js
pull/8630/head
Morris Jobke 9 years ago
committed by GitHub
parent
commit
064cb5ebce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/comments/js/commentstabview.js

2
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}));
}
});

Loading…
Cancel
Save