Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 8a342003 authored by Philipp Kewisch's avatar Philipp Kewisch Committed by GitHub
Browse files

Merge pull request #8414 from wmontwe/change-funding-strings

Change funding strings
parents 76abb7e6 4eaf82f2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ internal fun ContributionHeader(
                    logo = GoldenHearthSunburst,
                    title = ContributionIdStringMapper.mapToContributionTitle(contribution.id),
                    description = ContributionIdStringMapper.mapToContributionDescription(contribution.id),
                    thankYou = stringResource(R.string.funding_googleplay_contribution_header_thank_you_message),
                    benefits = ContributionIdStringMapper.mapToContributionBenefits(contribution.id),
                    modifier = modifier,
                )
@@ -67,6 +68,7 @@ private fun ContributionHeaderView(
    title: String,
    description: String,
    modifier: Modifier = Modifier,
    thankYou: String? = null,
    benefits: ImmutableList<String> = persistentListOf(),
) {
    Column(
@@ -94,6 +96,12 @@ private fun ContributionHeaderView(
            textAlign = TextAlign.Center,
        )

        if (thankYou != null) {
            TextBodyMedium(
                text = thankYou,
            )
        }

        if (benefits.isNotEmpty()) {
            Column(
                verticalArrangement = Arrangement.spacedBy(MainTheme.spacings.default),
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

    <string name="funding_googleplay_contribution_header_title">Support Thunderbird</string>
    <string name="funding_googleplay_contribution_header_description">We never show advertisements or sell your data. We are fully funded by financial contributions from our users. If you’re enjoying Thunderbird, please help support it.  We can’t do this without you!</string>
    <string name="funding_googleplay_contribution_header_thank_you_message">Thank you for your generous donation! Your support directly strengthens Thunderbird, and we’re grateful to have you by our side on this journey.</string>

    <string name="funding_googleplay_contribution_list_title">Secure contribution</string>
    <string name="funding_googleplay_contribution_list_type_one_time">Give once</string>
@@ -18,7 +19,7 @@
    <string name="funding_googleplay_contribution_footer_payment_button">Continue to payment</string>
    <string name="funding_googleplay_contribution_footer_payment_unavailable_button">Payment currently unavailable</string>
    <string name="funding_googleplay_contribution_footer_manage_button">Modify monthly payment</string>
    <string name="funding_googleplay_contribution_footer_show_contribution_list_button">Help keep Thunderbird alive</string>
    <string name="funding_googleplay_contribution_footer_show_contribution_list_button">Make another impactful contribution</string>

    <string name="funding_googleplay_contribution_error_show_more">Show more details</string>
    <string name="funding_googleplay_contribution_error_dismiss_button">Dismiss error</string>