update Russian translation

This commit is contained in:
StrikerRUS 2024-06-19 02:14:22 +03:00
parent e6ee9085a2
commit 249a7c7ca3
20 changed files with 522 additions and 548 deletions

View file

@ -140,7 +140,7 @@ class CameraActivity : ComponentActivity() {
}
}
}.addOnFailureListener {
Log.e(TAG, "Processing QR-code image failed: ${it.message}")
Log.e(TAG, "Processing QR code image failed: ${it.message}")
}.addOnCompleteListener {
imageProxy.close()
}