diff --git a/feature/converter/src/main/java/com/sadellie/unitto/feature/converter/MainScreen.kt b/feature/converter/src/main/java/com/sadellie/unitto/feature/converter/MainScreen.kt index c52e59e5..f6ef9848 100644 --- a/feature/converter/src/main/java/com/sadellie/unitto/feature/converter/MainScreen.kt +++ b/feature/converter/src/main/java/com/sadellie/unitto/feature/converter/MainScreen.kt @@ -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) ) } },