mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Fixed lining issues introduced by code reivew
This commit is contained in:
parent
87d7a780e3
commit
f37f55e06c
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
<i18n-t tag="div" keypath="Either enter the hostname of the server you want to connect to or localhost if you intend to use a locally configured mail transfer agent" class="form-text">
|
<i18n-t tag="div" keypath="Either enter the hostname of the server you want to connect to or localhost if you intend to use a locally configured mail transfer agent" class="form-text">
|
||||||
<template #localhost>
|
<template #localhost>
|
||||||
<code>localhost</code>
|
<code>localhost</code>
|
||||||
</template>
|
</template>
|
||||||
<template #local_mta>
|
<template #local_mta>
|
||||||
<a href="https://wikipedia.org/wiki/Mail_Transfer_Agent" target="_blank">{{ $t("locally configured mail transfer agent") }}</a>
|
<a href="https://wikipedia.org/wiki/Mail_Transfer_Agent" target="_blank">{{ $t("locally configured mail transfer agent") }}</a>
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
|
Loading…
Reference in a new issue