From d15a46fc6ff2139434a38dbe8d8d01e49eb155fe Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Mon, 20 May 2024 20:03:34 +0200 Subject: [PATCH] Fix typo --- .../java/protect/card_locker/LoyaltyCardViewActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java index 51221e49e..9792a0bfd 100644 --- a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java +++ b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java @@ -967,8 +967,8 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements binding.mainCardView.setCardBackgroundColor(Color.TRANSPARENT); binding.mainImageDescription.setTextColor(MaterialColors.getColor(binding.mainImageDescription, com.google.android.material.R.attr.colorOnSurfaceVariant)); - binding.mainImageDescription.setText(getString(R.string.frontImageDescription)); - barcodeRenderTarget.setContentDescription(getString(R.string.frontImageDescription)); + binding.mainImageDescription.setText(getString(R.string.backImageDescription)); + barcodeRenderTarget.setContentDescription(getString(R.string.backImageDescription)); } else { throw new IllegalArgumentException("Unknown image type: " + wantedImageType); }