From cacf87559a7bc03e930b9276d010dee8c47e7726 Mon Sep 17 00:00:00 2001 From: Andreas Rasmussen Date: Mon, 6 Feb 2017 13:40:42 +0100 Subject: [PATCH 1/2] Removed duplication of word 'to' in thought notifications --- src/components/NotificationTicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NotificationTicker.vue b/src/components/NotificationTicker.vue index 6363d29..4fe11e2 100644 --- a/src/components/NotificationTicker.vue +++ b/src/components/NotificationTicker.vue @@ -11,7 +11,7 @@ {{ notification.type === 'articleFinished' ? 'finished' : - notification.type === 'contributionAdded' ? 'added a thought to to' : null }} + notification.type === 'contributionAdded' ? 'added a thought to' : null }}
reacted with   to
From d337a16928da20d48363c77a14746c54ac320178 Mon Sep 17 00:00:00 2001 From: Andreas Rasmussen Date: Tue, 7 Feb 2017 17:17:44 +0100 Subject: [PATCH 2/2] Corrected title-/alttags for emojis on article item on dashboard --- src/components/Article/ListItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Article/ListItem.vue b/src/components/Article/ListItem.vue index f48f599..b6594cc 100644 --- a/src/components/Article/ListItem.vue +++ b/src/components/Article/ListItem.vue @@ -30,11 +30,11 @@
{{ interestingCount }} - +
{{ understandableCount }} - +