Added untranslated message
This commit is contained in:
parent
7d8034e600
commit
3fc0fca23b
3 changed files with 7 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ class Fire extends React.Component {
|
|||
<FormGroup>
|
||||
<div className="btn-group">
|
||||
<button className="btn btn-secondary btn-sm dropdown-toggle lang-selector" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
{'Elige un tipo'}
|
||||
{t('Elige un tipo')}
|
||||
</button>
|
||||
<div className="dropdown-menu">
|
||||
{Object.keys(FalsePositiveTypes).map(key => (
|
||||
|
|
|
|||
|
|
@ -185,5 +185,7 @@
|
|||
"Parece una falsa alarma": "It seems a false alarm",
|
||||
"Fuegos activos en el mundo actualizados en tiempo real": "Active fires in the world updated in real time",
|
||||
"Zonas vigiladas por nuestros usuari@s actualmente": "Areas currently monitored by our users",
|
||||
"Iniciar sesión con Facebook": "Login With Facebook"
|
||||
"Iniciar sesión con Facebook": "Login With Facebook",
|
||||
"Elige un tipo":
|
||||
"Choose a type"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -272,5 +272,7 @@
|
|||
"Zonas vigiladas por nuestros usuari@s actualmente":
|
||||
"Zonas vigiladas por nuestros usuari@s actualmente",
|
||||
"Iniciar sesión con Facebook":
|
||||
"Iniciar sesión con Facebook"
|
||||
"Iniciar sesión con Facebook",
|
||||
"Elige un tipo":
|
||||
"Elige un tipo"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue