mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Fixed content description for tools screen icon button
This commit is contained in:
parent
9b5da8e1ab
commit
b2fd5f709e
@ -67,7 +67,7 @@ internal fun MainScreen(
|
|||||||
IconButton(onClick = navigateToTools) {
|
IconButton(onClick = navigateToTools) {
|
||||||
Icon(
|
Icon(
|
||||||
Icons.Outlined.Science,
|
Icons.Outlined.Science,
|
||||||
contentDescription = stringResource(R.string.open_settings_description)
|
contentDescription = stringResource(R.string.tools_screen)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user