This commit is contained in:
hay-kot 2021-05-11 20:48:55 -08:00
commit 8712fb0aae
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -49,6 +49,7 @@
"confirm": "Confirm", "confirm": "Confirm",
"create": "Create", "create": "Create",
"created": "Created", "created": "Created",
"coppied": "Coppied",
"current-parenthesis": "(Current)", "current-parenthesis": "(Current)",
"custom": "Custom", "custom": "Custom",
"dashboard": "Dashboard", "dashboard": "Dashboard",