forked from AkkomaGang/akkoma-fe
fix preview input text using wrong string
This commit is contained in:
parent
bb39b99d65
commit
d64f4ab363
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
<br>
|
||||
<br>
|
||||
|
||||
<input :value="$t('settings.style.preview.error')" type="text">
|
||||
<input :value="$t('settings.style.preview.input')" type="text">
|
||||
<span class="alert error">
|
||||
{{$t('settings.style.preview.error')}}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue