Changed wording for text/media settings.

This commit is contained in:
Marcel Hellkamp 2024-02-09 17:57:35 +01:00
parent 0e75562205
commit 41a95c2493

View File

@ -283,7 +283,7 @@ const onSubmit = () => {
</div>
<div class="mb-3">
<h6>Post content:</h6>
<h6>Text and media:</h6>
<div class="ms-5">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="edit-text" v-model="formMediaText">
@ -294,7 +294,7 @@ const onSubmit = () => {
<div class="form-check">
<input class="form-check-input" type="checkbox" id="edit-media" v-model="formMediaMedia">
<label class="form-check-label" for="edit-media">
Show attached media
Show images or videos
</label>
</div>
<div class="form-check ms-3">