Skip to content

Commit

Permalink
Hotfix: HTTP/3 strings use domainSections not globalSections (digital…
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Apr 5, 2021
1 parent 8cd4adb commit deec526
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/nginxconfig/templates/domain_sections/https.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit deec526

Please sign in to comment.