Skip to content

Commit

Permalink
Make advice about password lenght consistent at 8+ characters. (#1467)
Browse files Browse the repository at this point in the history
Fixes: #1322
  • Loading branch information
xipmix authored and volumio committed Jan 31, 2018
1 parent 5d40d4b commit 6b136c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/i18n/strings_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"HOTSPOT_NAME":"Name des Hotspots",
"HOTSPOT_PROTECTION":"Passwortgeschützter Hotspot",
"HOTSPOT_PASSWORD":"Hotspot-Passwort",
"HOTSPOT_PASSWORD_DOC":"Das Standardpasswort sollte durch ein Passwort aus mindestens 7 Zeichen ersetzt werden",
"HOTSPOT_PASSWORD_DOC":"Das Standardpasswort sollte durch ein Passwort aus mindestens 8 Zeichen ersetzt werden",
"HOTSPOT_CHANNEL":"Hotspot-Kanal",
"HOTSPOT_CHANNEL_DOC":"Die Wahl eines anderen Kanals kann in Umgebungen mit zahlreichen Funknetzen die Verbindungsqualität verbessern.",
"HOTSPOT_CONF_ERROR":"Fehler bei der Einrichtung des Hotspots",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"HOTSPOT_NAME":"Hotspot Name",
"HOTSPOT_PROTECTION":"Password Protected Hotspot",
"HOTSPOT_PASSWORD":"Hotspot Password",
"HOTSPOT_PASSWORD_DOC":"Change the default Hotspot Password, use a passphrase of at least 7 characters",
"HOTSPOT_PASSWORD_DOC":"Change the default Hotspot Password, use a passphrase of at least 8 characters",
"HOTSPOT_CHANNEL":"Hotspot Channel",
"HOTSPOT_CHANNEL_DOC":"Change the Hotspot Transmitting channel. This might be useful to improve wireless connection trough Hotspot in network-dense environments",
"HOTSPOT_CONF_ERROR":"Hotspot Configuration Error",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/strings_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"HOTSPOT_NAME":"Nom du Hotspot",
"HOTSPOT_PROTECTION":"Protection par mot de passe du Hotspot",
"HOTSPOT_PASSWORD":"Mot de passe du Hotspot",
"HOTSPOT_PASSWORD_DOC":"Change le mot de passe par défaut du hotspot wifi. Choississez au moins 7 caractères",
"HOTSPOT_PASSWORD_DOC":"Change le mot de passe par défaut du hotspot wifi. Choississez au moins 8 caractères",
"HOTSPOT_CHANNEL":"Canal du Hotspot",
"HOTSPOT_CHANNEL_DOC":"Change le canal du hotspot. Utile dans un environnement réseau dense",
"HOTSPOT_CONF_ERROR":"Erreur de configuration du Hotspot",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/strings_it.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"HOTSPOT_NAME":"Nome dell'Hotspot",
"HOTSPOT_PROTECTION":"Hotspot protetto",
"HOTSPOT_PASSWORD":"Password Hotspot",
"HOTSPOT_PASSWORD_DOC":"Cambia la password predefinita dell'Hotspot. Usare una password di almeno 7 caratteri",
"HOTSPOT_PASSWORD_DOC":"Cambia la password predefinita dell'Hotspot. Usare una password di almeno 8 caratteri",
"HOTSPOT_CHANNEL":"Canale Hotspot",
"HOTSPOT_CHANNEL_DOC":"Cambia il canale di trasmissione dell'Hotspot. Questo può migliorare la tramissione dei dati via hotspot in ambienti con molte reti wifi",
"HOTSPOT_CONF_ERROR":"Errore di configurazione dell'Hotspot",
Expand Down

0 comments on commit 6b136c0

Please sign in to comment.