From 073eb0e41707b2f22426219cf71e07e67a90f840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 8 Dec 2018 11:51:44 +0100 Subject: [PATCH] Make new comment string translatable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/controller/ActivityController.js | 1 + templates/part.card.activity.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}
-
+