mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25: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) {
|
||||
Icon(
|
||||
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