Fix up notification settings strings

This commit is contained in:
David Baker 2017-05-25 17:21:41 +01:00
parent 003238c1e7
commit c15a66d1d4
8 changed files with 10 additions and 10 deletions

View file

@ -785,7 +785,7 @@ module.exports = React.createClass({
if (externalRules.length) {
advancedSettings = (
<div>
<h3>{ _t('Advanced notifications settings') }</h3>
<h3>{ _t('Advanced notification settings') }</h3>
{ _t('There are advanced notifications which are not shown here') }.<br/>
{ _t('You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply') }.
<ul>