diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Settings.kt b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Settings.kt index 13c66dea..0a4dab4e 100644 --- a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Settings.kt +++ b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Settings.kt @@ -286,10 +286,10 @@ fun SettingScreen(navigator: DestinationsNavigator) { leadingContent = { Icon( Icons.Filled.BugReport, - stringResource(id = R.string.send_log) + stringResource(id = R.string.export_log) ) }, - headlineContent = { Text(stringResource(id = R.string.send_log)) }, + headlineContent = { Text(stringResource(id = R.string.export_log)) }, modifier = Modifier.clickable { showBottomsheet = true } @@ -605,4 +605,4 @@ private fun TopBar( @Composable private fun SettingsPreview() { SettingScreen(EmptyDestinationsNavigator) -} \ No newline at end of file +}