From a775086e81a52f0ef2845696a7897df1da1c2a27 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 18 Jan 2016 19:57:17 +0000 Subject: [PATCH] wording from amandine --- src/components/views/settings/Notifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index 068b0ddf70..b821d7c62f 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -75,7 +75,7 @@ var VectorPushRulesDefinitions = { // Messages just sent to the user in a 1:1 room "im.vector.rule.room_one_to_one": { hsDefaultRuleId: ".m.rule.room_one_to_one", - description: "Messages just sent to me", + description: "Messages in one-to-one chats", conditions: [{ "is": "2", "kind": "room_member_count" @@ -97,7 +97,7 @@ var VectorPushRulesDefinitions = { // Messages just sent to a group chat room "im.vector.rule.room_group": { - description: "Messages sent to group", + description: "Messages in group chats", conditions: [{ "is": ">2", "kind": "room_member_count"