fix preview input text using wrong string

This commit is contained in:
Henry Jameson 2018-11-26 20:14:53 +03:00
parent bb39b99d65
commit d64f4ab363
1 changed files with 1 additions and 1 deletions

View File

@ -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>