Merge pull request #777 from nextcloud/bugfix/775
Make new comment string translatable
This commit is contained in:
@@ -38,6 +38,7 @@ class ActivityController {
|
||||
commentCreateLoading: false
|
||||
};
|
||||
this.$scope.newComment = '';
|
||||
this.$scope.newCommentString = 'New comment…';
|
||||
|
||||
this.currentUser = OC.getCurrentUser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user