From 365da25fa1916fc41f679c2766d693a09f49529f Mon Sep 17 00:00:00 2001 From: Andre Kirchhoff Date: Sun, 28 Nov 2021 16:49:54 -0300 Subject: [PATCH] short_firmware_version --> cur_firmware_version SettingsFragment.kt: short_firmware_version --> cur_firmware_version revert: https://github.com/meshtastic/Meshtastic-Android/commit/56fd43e6f5f27f69b36260a3bcc141028dc1c4c9 --- app/src/main/java/com/geeksville/mesh/ui/SettingsFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/geeksville/mesh/ui/SettingsFragment.kt b/app/src/main/java/com/geeksville/mesh/ui/SettingsFragment.kt index 29b98e8eb..5983ba18c 100644 --- a/app/src/main/java/com/geeksville/mesh/ui/SettingsFragment.kt +++ b/app/src/main/java/com/geeksville/mesh/ui/SettingsFragment.kt @@ -499,7 +499,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging { if (model.isConnected.value == MeshService.ConnectionState.CONNECTED && info != null && info.shouldUpdate && info.couldUpdate && service != null) { binding.updateFirmwareButton.visibility = View.VISIBLE binding.updateFirmwareButton.text = - getString(R.string.update_to).format(getString(R.string.short_firmware_version)) + getString(R.string.update_to).format(getString(R.string.cur_firmware_version)) val progress = service.updateStatus