Updated translations

This commit is contained in:
vjrj 2017-12-21 11:36:00 +01:00
parent e3eddd6b85
commit 91b4197b04
5 changed files with 68 additions and 7 deletions

View file

@ -36,7 +36,7 @@ const schemaUser = new SimpleSchema({
emails: {
type: Array,
min: 1,
label() { return i18n.t('Lista de emails de contacto'); },
// label() { return i18n.t('Lista de emails de contacto'); },
// For accounts-password, either emails or username is required,
// but not both.
// It is OK to make this optional here because the accounts-password