Cleanup usage of message-body

pull/431/head
MattIPv4 2023-05-30 21:28:12 +01:00
parent 7de025fdc3
commit eaff796aa5
3 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!--
Copyright 2022 DigitalOcean
Copyright 2023 DigitalOcean
This code is licensed under the MIT License.
You may obtain a copy of the License at
@ -35,9 +35,9 @@ THE SOFTWARE.
<template v-if="!$parent.$props.data.hasUserInteraction || expanded">
<div v-if="$parent.$props.data.hasUserInteraction" class="message is-warning">
<div class="message-body">
<p class="message-body">
{{ $t('templates.domainSections.presets.itLooksLikeYouCustomisedTheConfig') }}
</div>
</p>
</div>
<div class="buttons-group">

View File

@ -1,5 +1,5 @@
<!--
Copyright 2022 DigitalOcean
Copyright 2023 DigitalOcean
This code is licensed under the MIT License.
You may obtain a copy of the License at
@ -62,7 +62,7 @@ THE SOFTWARE.
<span
class="message-body"
v-html="$t('templates.globalSections.security.whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality')"
></span>
/>
</label>
</div>
</div>

View File

@ -39,7 +39,10 @@ THE SOFTWARE.
></BashPrism>
<div class="text message is-warning">
<p class="message-body" v-html="$t('templates.setupSections.certbot.sslOffDeprecationWarning')" />
<p
class="message-body"
v-html="$t('templates.setupSections.certbot.sslOffDeprecationWarning')"
/>
</div>
</li>