mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 04:43:20 -04:00
Update commentstabview.js
Changed typo reported at GitHub. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/91002505?issue=yes
This commit is contained in:
parent
7f736923d9
commit
b348cd170a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue