short_firmware_version --> cur_firmware_version

SettingsFragment.kt: short_firmware_version --> cur_firmware_version
revert: 56fd43e6f5
This commit is contained in:
Andre Kirchhoff
2021-11-28 16:49:54 -03:00
committed by GitHub
parent 72cec7c81e
commit 365da25fa1

View File

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