Localize new strings (#445)

This commit is contained in:
sephrat
2021-05-30 01:25:20 +02:00
committed by GitHub
parent 39baca4462
commit 5c035ec644
11 changed files with 48 additions and 26 deletions

View File

@@ -27,7 +27,7 @@
<v-icon left dark>
mdi-clipboard-check
</v-icon>
<slot> {{ $t("general.coppied") }}! </slot>
<slot> {{ $t("general.copied") }}! </slot>
</span>
</v-tooltip>
</template>