Replace spanish strings for english

master
Letícia Camara 2018-11-09 16:53:27 -02:00
parent 3c78f7ee77
commit 4f82dbc33f
1 changed files with 1 additions and 1 deletions

View File

@ -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.