Browse Source

add missing i18n key

pull/1342/head
Bernd Storath 2 years ago
parent
commit
8792774188
  1. 1
      src/i18n.config.ts

1
src/i18n.config.ts

@ -4,6 +4,7 @@ export default defineI18nConfig(() => ({
messages: {
en: {
name: 'Name',
username: 'Username',
password: 'Password',
signIn: 'Sign In',
logout: 'Logout',

Loading…
Cancel
Save