diff options
| author | 2025-10-24 20:40:00 +0700 | |
|---|---|---|
| committer | 2025-10-24 20:40:00 +0700 | |
| commit | df7a0ae1c0fc177cba2eae8cc73fe21d2afdd229 (patch) | |
| tree | d7120bf3ee681e279048747c0498521974570ed1 /locale/localization.en.yaml | |
| parent | adcd8cf82f7ec4027701643c545b1f27a7cfc221 (diff) | |
| download | web-df7a0ae1c0fc177cba2eae8cc73fe21d2afdd229.tar.gz web-df7a0ae1c0fc177cba2eae8cc73fe21d2afdd229.zip | |
feat: allow to unsubscribe from an email
Diffstat (limited to 'locale/localization.en.yaml')
| -rw-r--r-- | locale/localization.en.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/locale/localization.en.yaml b/locale/localization.en.yaml index 8981c49..c7f2df8 100644 --- a/locale/localization.en.yaml +++ b/locale/localization.en.yaml @@ -22,11 +22,17 @@ HomePage: Hymn2: "We've been expecting you!" Hymn3: 'You bring such joy in Sayasite!' Hymn4: 'No matter where you roam, know our love is true!~' +UnsubscribePage: + Header: 'Cancelling the Subscription' + UnsetCode: 'Your cancel code is not set. You just having a walk around the site?' + InvalidCode: "Your cancel code could not be verified. Maybe, the code expired after a day. Or maybe, you've already unsubscribed." + OnServerError: "We couldn't unsubscribe you, the problem is on our side! We will solve this problem as soon as possible." + Success: 'Cancelled your subscription successfully! We do hope we will engage you again someday.' Metadata: Published: 'Published' Action: 'Took place on' Mail: - UnsubscribeFooter: 'If this letter got you in a bad mood, you can unsubscribe from my blog by this link.' + UnsubscribeFooter: 'If this letter got you in a bad mood, you can unsubscribe from my blog by {}this link{/}.' VerifyEmail: Subject: 'Verification Link for SAYA.TODAY is waiting for you!' Welcome: 'Greetings!' |