Skip to content

Commit ec566cf

Browse files
committed
translate main code completed some ui change it
1 parent 008855d commit ec566cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fun App() {
7676
"Enter the Folder Name",
7777
Modifier.height(80.dp),
7878
) { folderState = it }
79-
CustomButton("Convert",
79+
CustomButton("Translate",
8080
isEnable = stringState.isNotEmpty() && folderState.isNotEmpty() && countryListState.any { it.isChecked },
8181
onClick = {
8282
isWindowShow = WindowState.CONVERT_TRANSLATE

0 commit comments

Comments
 (0)