Fix: Make more text translatable (#414)

* Make more text translatable

* update subscription page

* Update slovak locale
This commit is contained in:
ChunkyProgrammer
2021-09-05 09:08:26 -04:00
committed by GitHub
parent d9063a6bf2
commit d350a026b2
25 changed files with 72 additions and 42 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<p>{{ message }}</p>
<button uk-toggle="target: #stacktrace" class="uk-button uk-button-small" style="background: #222" type="button">
Show More
{{ $t("actions.show_more") }}
</button>
<p id="stacktrace" style="white-space: pre-wrap" hidden>{{ error }}</p>
</template>