diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/ExecuteModuleAction.kt b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/ExecuteModuleAction.kt index b3a51821..eb668c0d 100644 --- a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/ExecuteModuleAction.kt +++ b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/ExecuteModuleAction.kt @@ -118,8 +118,8 @@ fun ExecuteModuleActionScreen(navigator: DestinationsNavigator, moduleId: String floatingActionButton = { if (!isActionRunning) { ExtendedFloatingActionButton( - text = { Text("Go Back") }, - icon = { Icon(Icons.Filled.Close, contentDescription = "Back") }, + text = Text(text = stringResource(R.string.close)) }, + icon = { Icon(Icons.Filled.Close, contentDescription = null) }, onClick = { navigator.popBackStack() }