manager: fixed global string

This commit is contained in:
Rifat Azad
2024-12-26 21:26:53 +06:00
parent f356ece503
commit 5520be535c

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