Skip to content

Commit c175d26

Browse files
committed
Add spam folder hint and contact link to purchase success messages
1 parent 879812f commit c175d26

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

i18n/de.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
- id: android_getkey_success_title
7373
translation: "Deine Zahlung war erfolgreich!"
7474
- id: android_getkey_success_description
75-
translation: "Der Lizenzschlüssel wurde an deine E-Mail-Adresse geschickt."
75+
translation: "Der Lizenzschlüssel wurde an deine E-Mail-Adresse geschickt. Bitte überprüfe auch deinen Spam-Ordner. Falls du die E-Mail nicht erhältst, <a href=\"/de/contact/\">kontaktiere uns</a> bitte."
7676

7777
- id: android_download_title
7878
translation: "APK herunterladen"
@@ -1018,7 +1018,7 @@
10181018
- id: supporter_cert_funder_success_title
10191019
translation: "Deine Zahlung war erfolgreich!"
10201020
- id: supporter_cert_funder_success_description
1021-
translation: "Das Supporter-Zertifikat wurde an deine E-Mail-Adresse geschickt."
1021+
translation: "Das Supporter-Zertifikat wurde an deine E-Mail-Adresse geschickt. Bitte überprüfe auch deinen Spam-Ordner. Falls du die E-Mail nicht erhältst, <a href=\"/de/contact/\">kontaktiere uns</a> bitte."
10221022

10231023
- id: supporter_cert_contributor_github_username
10241024
translation: "GitHub Username"

i18n/en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
- id: android_getkey_success_title
7373
translation: "Your payment was successful!"
7474
- id: android_getkey_success_description
75-
translation: "The license key has been sent to your email address."
75+
translation: "The license key has been sent to your email address. Please also check your spam folder. If you don't receive the email, please <a href=\"/contact/\">contact us</a>."
7676

7777
- id: android_download_title
7878
translation: "Download APK"
@@ -1018,7 +1018,7 @@
10181018
- id: supporter_cert_funder_success_title
10191019
translation: "Your payment was successful!"
10201020
- id: supporter_cert_funder_success_description
1021-
translation: "The supporter certificate has been sent to your email address."
1021+
translation: "The supporter certificate has been sent to your email address. Please also check your spam folder. If you don't receive the email, please <a href=\"/contact/\">contact us</a>."
10221022

10231023
- id: supporter_cert_contributor_github_username
10241024
translation: "GitHub Username"

layouts/partials/android-getkey.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ <h3 class="font-h3 text-lg">{{ i18n "android_getkey_title" }}</h3>
4040

4141
<div x-show="checkoutData.success" x-cloak class="px-4 py-8">
4242
<h3 class="font-h3 mb-4">{{ ":+1:" | emojify }} {{ i18n "android_getkey_success_title" }}</h3>
43-
<p class="font-p">{{ i18n "android_getkey_success_description" }}</p>
43+
<p class="font-p">{{ i18n "android_getkey_success_description" | safeHTML }}</p>
4444
</div>
4545
</div>

layouts/partials/supporter-cert-funder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747

4848
<div x-show="checkoutData.success" x-cloak>
4949
<h3 class="font-h3 mb-4">{{ ":+1:" | emojify }} {{ i18n "supporter_cert_funder_success_title" }}</h3>
50-
<p class="font-p">{{ i18n "supporter_cert_funder_success_description" }}</p>
50+
<p class="font-p">{{ i18n "supporter_cert_funder_success_description" | safeHTML }}</p>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)