From ac0775e075996309e8864ccc0ebdad8e403e1212 Mon Sep 17 00:00:00 2001 From: Hostea dashboard Date: Mon, 12 Sep 2022 17:36:04 +0530 Subject: [PATCH] fix: rename to Gna! in email templates --- accounts/templates/accounts/emails/password-changed.txt | 4 ++-- .../templates/accounts/emails/password-reset-link.txt | 2 +- accounts/templates/accounts/emails/verification-link.txt | 2 +- billing/templates/billing/emails/payment-notification.txt | 4 ++-- .../templates/infrastructure/emails/gitea-creds.txt | 8 ++++---- .../templates/infrastructure/emails/instance-created.txt | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/accounts/templates/accounts/emails/password-changed.txt b/accounts/templates/accounts/emails/password-changed.txt index 8637abc..09a9686 100644 --- a/accounts/templates/accounts/emails/password-changed.txt +++ b/accounts/templates/accounts/emails/password-changed.txt @@ -2,7 +2,7 @@ Hello {{ username }}, You have a new password! -Your password for signing in to Hostea was recently changed. If you made this change, then we're all set. +Your password for signing in to Gna! was recently changed. If you made this change, then we're all set. If you did not make this change, please reset your password to secure your account. @@ -11,4 +11,4 @@ If you did not make this change, please reset your password to secure your accou Either way, feel free to reach out with any questions you might have. We're here to help. Cheers, -Hostea team +Gna! team diff --git a/accounts/templates/accounts/emails/password-reset-link.txt b/accounts/templates/accounts/emails/password-reset-link.txt index 3644af8..e8c5b5a 100644 --- a/accounts/templates/accounts/emails/password-reset-link.txt +++ b/accounts/templates/accounts/emails/password-reset-link.txt @@ -6,4 +6,4 @@ Please click on the link below to reset your password: If you don't recognise this activity, please delete this mail. Cheers, -Hostea team +Gna! team diff --git a/accounts/templates/accounts/emails/verification-link.txt b/accounts/templates/accounts/emails/verification-link.txt index f52a9a2..a9fbecd 100644 --- a/accounts/templates/accounts/emails/verification-link.txt +++ b/accounts/templates/accounts/emails/verification-link.txt @@ -6,4 +6,4 @@ Please click on the link below to verify your email. If you don't recognise this activity, please delete this mail. Cheers, -Hostea team +Gna! team diff --git a/billing/templates/billing/emails/payment-notification.txt b/billing/templates/billing/emails/payment-notification.txt index cd43a48..7435bc8 100644 --- a/billing/templates/billing/emails/payment-notification.txt +++ b/billing/templates/billing/emails/payment-notification.txt @@ -1,6 +1,6 @@ Hello {{ username }}! -An invoice is generated for your Hostea VM {{ payment.instance_name }}. +An invoice is generated for your Gna! VM {{ payment.instance_name }}. - Configuration: {{payment.instance_configuration_id.name}} - Invoice generated on: {{payment.date.month}}/{{payment.date.day}}/{{payment.date.year}} @@ -11,4 +11,4 @@ To pay, please click the link below: {{ link }} Cheers, -Hostea team +Gna! team diff --git a/infrastructure/templates/infrastructure/emails/gitea-creds.txt b/infrastructure/templates/infrastructure/emails/gitea-creds.txt index 532a429..b36e123 100644 --- a/infrastructure/templates/infrastructure/emails/gitea-creds.txt +++ b/infrastructure/templates/infrastructure/emails/gitea-creds.txt @@ -1,12 +1,12 @@ Hello {{ username }}, -Congratulations on your new Hostea instance! +Congratulations on your new Gna! instance! -Your Hostea instance is being prepared, you will receive an email +Your Gna! instance is being prepared, you will receive an email notification when it is ready. You can use the following credentials to log into an admin account on -your new Hostea Gitea instance. Great powers come with great +your new Gna! Gitea instance. Great powers come with great responsibilities, so use the admin credentials wisely. When in doubt, consult the Gitea docs or contact support! @@ -15,4 +15,4 @@ consult the Gitea docs or contact support! - Gitea {{ gitea_uri }} Cheers, -Hostea team +Gna! team diff --git a/infrastructure/templates/infrastructure/emails/instance-created.txt b/infrastructure/templates/infrastructure/emails/instance-created.txt index 15f4f7d..2de0d14 100644 --- a/infrastructure/templates/infrastructure/emails/instance-created.txt +++ b/infrastructure/templates/infrastructure/emails/instance-created.txt @@ -1,6 +1,6 @@ Hello {{ username }}!, -The deployment job has run to completion and your Hostea instance is now online! +The deployment job has run to completion and your Gna! instance is now online! Credentials to admin account was sent in an earlier email, please contact support if didn't receive it. @@ -8,4 +8,4 @@ Gitea: {{ gitea_uri }} Woodpecker CI: {{ woodpecker_uri }} Cheers, -Hostea team +Gna! team