update some strings

This commit is contained in:
BinTianqi
2024-06-12 12:09:17 +08:00
parent 9ff670231d
commit f49f250eaa
12 changed files with 61 additions and 61 deletions

View File

@@ -186,7 +186,7 @@ fun CopyTextButton(@StringRes label: Int, content: String) {
if(!ok) {
scope.launch {
if(writeClipBoard(context,content)) { ok = true; delay(2000); ok = false }
else{ Toast.makeText(context, R.string.fail, Toast.LENGTH_SHORT).show() }
else{ Toast.makeText(context, R.string.failed, Toast.LENGTH_SHORT).show() }
}
}
}