0
0
Fork 0

refs #6098 feat: add translate for copyToken

This commit is contained in:
Javier Segarra 2024-01-03 09:17:28 +01:00
parent c6f8bbd616
commit ac660fadd7
2 changed files with 2 additions and 0 deletions

View File

@ -741,6 +741,7 @@ export default {
components: {
topbar: {},
userPanel: {
copyToken: 'Token copied to clipboard',
settings: 'Settings',
logOut: 'Log Out',
},

View File

@ -740,6 +740,7 @@ export default {
components: {
topbar: {},
userPanel: {
copyToken: 'Token copiado al portapapeles',
settings: 'Configuración',
logOut: 'Cerrar sesión',
},