Add missing trailing comma
parent
0c125b3dff
commit
6789a6ec25
|
@ -802,7 +802,7 @@ module.exports = React.createClass({
|
||||||
"us track down the problem. Debug logs contain application " +
|
"us track down the problem. Debug logs contain application " +
|
||||||
"usage data including your username, the IDs or aliases of " +
|
"usage data including your username, the IDs or aliases of " +
|
||||||
"the rooms or groups you have visited and the usernames 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.",
|
||||||
)
|
)
|
||||||
}</p>
|
}</p>
|
||||||
<button className="mx_UserSettings_button danger"
|
<button className="mx_UserSettings_button danger"
|
||||||
|
|
Loading…
Reference in New Issue