From 473747ee033094c01a994304232913f0ba1e5523 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 18 Nov 2021 11:42:08 -0400 Subject: [PATCH] Fix missing space between also and become. --- .../thanks/ThanksForYourSupportBottomSheetDialogFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/thanks/ThanksForYourSupportBottomSheetDialogFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/thanks/ThanksForYourSupportBottomSheetDialogFragment.kt index a641fa8835..176ba4e48a 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/thanks/ThanksForYourSupportBottomSheetDialogFragment.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/thanks/ThanksForYourSupportBottomSheetDialogFragment.kt @@ -72,6 +72,7 @@ class ThanksForYourSupportBottomSheetDialogFragment : FixedRoundedCornerBottomSh subhead.text = SpannableStringBuilder(getString(R.string.SubscribeThanksForYourSupportBottomSheetDialogFragment__youve_earned_a_boost_badge_help_signal)) .append(" ") .append(getString(R.string.SubscribeThanksForYourSupportBottomSheetDialogFragment__you_can_also)) + .append(" ") .append( SpanUtil.clickable( getString(R.string.SubscribeThanksForYourSupportBottomSheetDialogFragment__become_a_montly_sustainer),