Hotfix: HTTP/3 strings use domainSections not globalSections (#250)

This commit is contained in:
Matt (IPv4) Cowley 2021-04-06 00:53:56 +01:00 committed by GitHub
parent 8cd4adbd9c
commit deec5269ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,15 +229,15 @@ THE SOFTWARE.
<br />
<div class="message is-warning">
<div class="message-body">
{{ $t('templates.globalSections.https.http3Warning1') }}
<ExternalLink :text="$t('templates.globalSections.https.http3Warning2')"
{{ $t('templates.domainSections.https.http3Warning1') }}
<ExternalLink :text="$t('templates.domainSections.https.http3Warning2')"
link="https://quic.nginx.org/README"
></ExternalLink>
{{ $t('templates.globalSections.https.http3Warning3') }}
<ExternalLink :text="$t('templates.globalSections.https.http3Warning4')"
{{ $t('templates.domainSections.https.http3Warning3') }}
<ExternalLink :text="$t('templates.domainSections.https.http3Warning4')"
link="https://github.com/cloudflare/quiche/tree/master/extras/nginx"
></ExternalLink>
{{ $t('templates.globalSections.https.http3Warning5') }}
{{ $t('templates.domainSections.https.http3Warning5') }}
</div>
</div>
</template>