mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 23:23:14 +01:00
Changed wording for text/media settings.
This commit is contained in:
parent
0e75562205
commit
41a95c2493
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user