Spanish translations
This commit is contained in:
parent
053b0fa6fb
commit
06b0b05a2a
22 changed files with 290 additions and 85 deletions
|
|
@ -364,6 +364,7 @@ const Event = (props) => {
|
|||
type="submit"
|
||||
isLoading={isLoginLoading}
|
||||
disabled={isLoginLoading || isLoading}
|
||||
buttonWidth={`${Math.max(t('event:form.button').length*11, 100)}px`}
|
||||
>{t('event:form.button')}</Button>
|
||||
</LoginForm>
|
||||
{error && <Error onClose={() => setError(null)}>{error}</Error>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue