manager: fixed global string

This commit is contained in:
Rifat Azad
2024-12-26 21:26:53 +06:00
parent 82bdd44f67
commit 298a7fdd07

View File

@@ -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()
}