From 9afbe8e3fc1852951387e15a4ba09bec275aca58 Mon Sep 17 00:00:00 2001
From: turt2live <travpc@gmail.com>
Date: Mon, 27 Feb 2017 15:47:21 -0700
Subject: [PATCH] Change wording in notification description

---
 src/notifications/VectorPushRulesDefinitions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/notifications/VectorPushRulesDefinitions.js b/src/notifications/VectorPushRulesDefinitions.js
index 172a7f3a..d696451d 100644
--- a/src/notifications/VectorPushRulesDefinitions.js
+++ b/src/notifications/VectorPushRulesDefinitions.js
@@ -76,7 +76,7 @@ module.exports = {
     // Messages containing user's username (localpart/MXID)
     ".m.rule.contains_user_name": new VectorPushRuleDefinition({
         kind: "override",
-        description: "Messages containing my username",
+        description: "Messages containing my user name",
         vectorStateToActions: { // The actions for each vector state, or null to disable the rule.
             on: StandardActions.ACTION_NOTIFY,
             loud: StandardActions.ACTION_HIGHLIGHT_DEFAULT_SOUND,