Make new comment string translatable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-12-08 11:51:44 +01:00
parent 96dffbfedd
commit 073eb0e417
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ class ActivityController {
commentCreateLoading: false
};
this.$scope.newComment = '';
this.$scope.newCommentString = 'New comment…';
this.currentUser = OC.getCurrentUser();