From 6789a6ec25ad4f629d9387f1929a7b9347748982 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Mon, 19 Mar 2018 14:57:41 +0000 Subject: [PATCH] Add missing trailing comma --- src/components/structures/UserSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 19ce1a6994..f6629b4b09 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -802,7 +802,7 @@ module.exports = React.createClass({ "us track down the problem. Debug logs contain application " + "usage data including your username, the IDs or aliases of " + "the rooms or groups you have visited and the usernames of " + - "other users. They do not contian messages." + "other users. They do not contian messages.", ) }