This commit is contained in:
Henry Jameson 2020-05-25 16:48:23 +03:00
parent 097216c49e
commit 5d1b539da2

View file

@ -10,7 +10,7 @@
v-if="currentSaveStateNotice.error"
class="alert error"
@click.prevent
>
>
{{ $t('settings.saving_err') }}
</div>
@ -18,7 +18,7 @@
v-if="!currentSaveStateNotice.error"
class="alert transparent"
@click.prevent
>
>
{{ $t('settings.saving_ok') }}
</div>
</template>