Update well-known translations
This commit is contained in:
@@ -92,7 +92,7 @@ defineExpose({
|
||||
|
||||
<template>
|
||||
<Dialog ref="dialog"
|
||||
:title="$t('domains.domainWellKnown.title', { domain })"
|
||||
:title="$t('domains.wellknown.title')"
|
||||
:confirm-busy="busy"
|
||||
:confirm-label="$t('main.dialog.save')"
|
||||
:reject-label="$t('main.dialog.cancel')"
|
||||
@@ -100,7 +100,9 @@ defineExpose({
|
||||
reject-style="secondary"
|
||||
@confirm="onSubmit()"
|
||||
>
|
||||
<p v-html="$t('domains.domainDialog.wellKnownDescription', { domain, docsLink: 'https://docs.cloudron.io/domains/#well-known-locations' })"></p>
|
||||
<div v-html="$t('domains.wellknown.context', { domain })"></div>
|
||||
<br/>
|
||||
<div v-html="$t('domains.wellknown.description', { domain, docsLink: 'https://docs.cloudron.io/domains/#well-known-locations' })"></div>
|
||||
|
||||
<form @submit.prevent="onSubmit()" autocomplete="off">
|
||||
<fieldset :disabled="busy">
|
||||
|
||||
Reference in New Issue
Block a user