File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/github/capntrips/kernelflasher/ui/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ fun SlotCard(
8282 if (isSlotScreen && viewModel.slotSuffix != " " )
8383 {
8484 DataRow (
85- label = " Unbootable " ,
85+ label = stringResource( R .string.unbootable) ,
8686 value = viewModel.slotInfo.bootSlotInfo.unbootable ? : stringResource(R .string.not_found),
8787 mutableMaxWidth = cardWidth,
8888 valueColor = if (viewModel.slotInfo.bootSlotInfo.unbootable == " Yes" ) Color .Red else Color .Unspecified
8989 )
9090 DataRow (
91- label = " Successful " ,
91+ label = stringResource( R .string.successful) ,
9292 value = viewModel.slotInfo.bootSlotInfo.successful ? : stringResource(R .string.not_found),
9393 mutableMaxWidth = cardWidth,
9494 valueColor = if (viewModel.slotInfo.bootSlotInfo.successful == " No" ) Color .Red else Color .Unspecified
You can’t perform that action at this time.
0 commit comments