Update text

This commit is contained in:
Douglas Barone 2022-06-09 11:34:31 +00:00
parent e2a72968cb
commit 8206e7e41f

View File

@ -74,7 +74,7 @@ export default {
else if (signalStrength >= -70) return 'Fraco' else if (signalStrength >= -70) return 'Fraco'
else if (signalStrength >= -80) return 'Conexão instável' else if (signalStrength >= -80) return 'Conexão instável'
else if (signalStrength >= -90) return 'Extremamente fraco' else if (signalStrength >= -90) return 'Extremamente fraco'
else return 'Provavelmente sem conexão' else return 'Conexão improvável'
} }
} }
} }