diff --git a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java index 51221e49e2..9792a0bfde 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 @@ private void drawMainImage(int index, boolean waitForResize, boolean isFullscree 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); }