We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6444be commit a5589feCopy full SHA for a5589fe
app/src/main/java/f/cking/software/ui/devicedetails/DeviceDetailsScreen.kt
@@ -369,7 +369,7 @@ object DeviceDetailsScreen {
369
if (viewModel.matadataIsFetching) {
370
CircularProgressIndicator()
371
} else if (device.isConnectable) {
372
- TagChip(stringResource(R.string.fetch)) { viewModel.fetchDeviceServiceInfo(device) }
+ TagChip(stringResource(R.string.analyse)) { viewModel.fetchDeviceServiceInfo(device) }
373
}
374
375
},
0 commit comments