Change link and translation
This commit is contained in:
@@ -69,7 +69,7 @@ const Examples = (props) => (
|
||||
<Trans
|
||||
components={[
|
||||
<a
|
||||
href="https://wikipedia.org/wiki/QUIC"
|
||||
href="https://tools.ietf.org/html/draft-huitema-quic-dnsoquic-07"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
key="0"
|
||||
@@ -80,6 +80,8 @@ const Examples = (props) => (
|
||||
>
|
||||
example_upstream_doq
|
||||
</Trans>
|
||||
|
||||
<span className="text-lowercase">(<Trans>experimental</Trans>)</span>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@@ -199,7 +199,7 @@ let Form = (props) => {
|
||||
<label className="form__label" htmlFor="port_dns_over_quic">
|
||||
<Trans>encryption_doq</Trans>
|
||||
|
||||
(<Trans>experimental</Trans>)
|
||||
<span className="text-lowercase">(<Trans>experimental</Trans>)</span>
|
||||
</label>
|
||||
<Field
|
||||
id="port_dns_over_quic"
|
||||
|
||||
Reference in New Issue
Block a user