diff --git a/js/controller/ActivityController.js b/js/controller/ActivityController.js index 4740bd4d1..6e1cd6b68 100644 --- a/js/controller/ActivityController.js +++ b/js/controller/ActivityController.js @@ -38,6 +38,7 @@ class ActivityController { commentCreateLoading: false }; this.$scope.newComment = ''; + this.$scope.newCommentString = 'New comment…'; this.currentUser = OC.getCurrentUser(); diff --git a/templates/part.card.activity.html b/templates/part.card.activity.html index a4db25167..a779db2ec 100644 --- a/templates/part.card.activity.html +++ b/templates/part.card.activity.html @@ -5,7 +5,7 @@