diff --git a/js/controller/ActivityController.js b/js/controller/ActivityController.js index cfb348cc5..a42dedb66 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 be0163b11..b1f85b186 100644 --- a/templates/part.card.activity.html +++ b/templates/part.card.activity.html @@ -5,7 +5,7 @@
{{ $ctrl.currentUser.displayName }}
-
+