Merge pull request #777 from nextcloud/bugfix/775

Make new comment string translatable
This commit is contained in:
Julius Härtl
2018-12-08 13:42:03 +01:00
committed by GitHub
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();