Fix up notification settings strings
This commit is contained in:
parent
003238c1e7
commit
c15a66d1d4
8 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue