Replace spanish strings for english
This commit is contained in:
parent
3c78f7ee77
commit
4f82dbc33f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const messages = {
|
|||
'es': messages_es
|
||||
};
|
||||
|
||||
const language = 'es';
|
||||
const language = 'en';
|
||||
|
||||
// Add IntlProvider to make the internationalization functions visible in all
|
||||
// our components.
|
||||
|
|
Loading…
Reference in a new issue