minor
This commit is contained in:
parent
07243e09a2
commit
03797aa276
2 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ export default {
|
|||
Message({ message: this.$t('Logged'), type: 'success' })
|
||||
} catch (e) {
|
||||
Message({ message: this.$t('login error'), type: 'error' })
|
||||
return
|
||||
}
|
||||
this.email = this.password = ''
|
||||
this.$refs.modal.hide()
|
||||
|
|
|
@ -31,7 +31,7 @@ const it = {
|
|||
export_email_explanation: `Puoi ricevere via mail gli eventi che ti interessano [WIP]`,
|
||||
export_list_explanation: `Se hai un sito web e vuoi mostrare una lista di eventi, puoi usare il seguente codice [WIP]`,
|
||||
export_calendar_explanation: `Se hai un sito web e vuoi mostrare un calendario di eventi, puoi usare il seguente codice [WIP]`,
|
||||
export_ical_explanation: `I computer e gli smartphone sono comunemente attre zzati con un'applicazione per gestire un calendario. A questi programmi solitamente è possibile far importare un calendario remoto.`,
|
||||
export_ical_explanation: `I computer e gli smartphone sono comunemente attrezzati con un'applicazione per gestire un calendario. A questi programmi solitamente è possibile far importare un calendario remoto.`,
|
||||
Poster: 'Locandina',
|
||||
Settings: 'Impostazioni',
|
||||
'Change password': 'Cambia password',
|
||||
|
|
Loading…
Reference in a new issue