From 59a1b9adbe5af3655a30987e73ea60597bb9d5ca Mon Sep 17 00:00:00 2001
From: MeiMei <30769358+mei23@users.noreply.github.com>
Date: Fri, 30 Nov 2018 09:34:37 +0900
Subject: [PATCH] Trim notifications text (#3438)
* Trim notifications
* Remove needless colons
* Use single quote
* :art:
---
.../views/components/notifications.vue | 22 +++++++++++++------
.../views/pages/deck/deck.notification.vue | 13 +++++++----
.../mobile/views/components/notification.vue | 11 +++++++---
src/misc/get-note-summary.ts | 8 +++----
4 files changed, 36 insertions(+), 18 deletions(-)
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue
index b838a5a558..ab4c627ce6 100644
--- a/src/client/app/desktop/views/components/notifications.vue
+++ b/src/client/app/desktop/views/components/notifications.vue
@@ -20,7 +20,7 @@