* control, client: fix issues from review

This commit is contained in:
Aleksey Dmitrevskiy 2019-03-20 15:19:34 +03:00
parent 9ea5c1abe1
commit a01ba5dd4d
2 changed files with 6 additions and 7 deletions
client/src/components/Settings/Upstream

View file

@ -22,7 +22,7 @@ const Examples = props => (
<code>sdns://...</code> - <span dangerouslySetInnerHTML={{ __html: props.t('example_upstream_sdns') }} />
</li>
<li>
<code>[/host.com/]1.1.1.1</code> - <span dangerouslySetInnerHTML={{ __html: props.t('example_upstream_reserved') }} />
<code>[/example.local/]1.1.1.1</code> - <span dangerouslySetInnerHTML={{ __html: props.t('example_upstream_reserved') }} />
</li>
</ol>
</div>