We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008855d commit ec566cfCopy full SHA for ec566cf
src/main/kotlin/App.kt
@@ -76,7 +76,7 @@ fun App() {
76
"Enter the Folder Name",
77
Modifier.height(80.dp),
78
) { folderState = it }
79
- CustomButton("Convert",
+ CustomButton("Translate",
80
isEnable = stringState.isNotEmpty() && folderState.isNotEmpty() && countryListState.any { it.isChecked },
81
onClick = {
82
isWindowShow = WindowState.CONVERT_TRANSLATE
0 commit comments