diff --git a/app/templates/base.html b/app/templates/base.html index 972203e1..1e1aa3a6 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -24,7 +24,7 @@ {% endblock %} - {% if title %}{{ title }} - {{ _('PyFedi') }}{% else %}{{ _('PyFedi') }}{% endif %} + {% if title %}{{ title }} - {{ _('PieFed') }}{% else %}{{ _('PieFed') }}{% endif %} diff --git a/app/templates/email/reset_password.html b/app/templates/email/reset_password.html index 7f3e16b1..d791db59 100644 --- a/app/templates/email/reset_password.html +++ b/app/templates/email/reset_password.html @@ -9,4 +9,4 @@

{{ url_for('auth.reset_password', token=token, _external=True) }}

If you have not requested a password reset simply ignore this message.

Sincerely,

-

The PyFedi Team

+

The PieFed Team

diff --git a/app/templates/email/reset_password.txt b/app/templates/email/reset_password.txt index 70386046..4eb4a2a9 100644 --- a/app/templates/email/reset_password.txt +++ b/app/templates/email/reset_password.txt @@ -8,4 +8,4 @@ If you have not requested a password reset simply ignore this message. Sincerely, -The PyFedi Team +The PieFed Team diff --git a/app/templates/email/verification.html b/app/templates/email/verification.html index 7fd732b2..8fb8cb40 100644 --- a/app/templates/email/verification.html +++ b/app/templates/email/verification.html @@ -8,4 +8,4 @@

Alternatively, you can paste the following link in your browser's address bar:

{{ url_for('auth.verify_email', token=user.verification_token, _external=True) }}

Thanks,

-

The PyFedi Team

+

The PieFed Team

diff --git a/app/templates/email/verification.txt b/app/templates/email/verification.txt index b220c162..cb9cb6da 100644 --- a/app/templates/email/verification.txt +++ b/app/templates/email/verification.txt @@ -6,4 +6,4 @@ To verify your email address: Thanks, -The PyFedi Team +The PieFed Team diff --git a/app/templates/email/welcome.html b/app/templates/email/welcome.html index f55d3a15..cd628c8d 100644 --- a/app/templates/email/welcome.html +++ b/app/templates/email/welcome.html @@ -1,6 +1,6 @@

PyFedi logo

Hello {{ first_name }} and welcome!

-

I'm Rimu, the founder of PyFedi and I'd like to personally thank you for signing up.

+

I'm Rimu, the founder of PieFed and I'd like to personally thank you for signing up.

I'd also like to give you the tools and information you need to get the most out of it. Let's get you up and running:

  1. Helpful resources goes here
  2. @@ -10,4 +10,4 @@

    Rimu Atkinson
    Founder

     

    -

    Unsubscribe from PyFedi newsletter

    +

    Unsubscribe from PieFed newsletter

    diff --git a/app/templates/email/welcome.txt b/app/templates/email/welcome.txt index b74a0b44..0ed8290b 100644 --- a/app/templates/email/welcome.txt +++ b/app/templates/email/welcome.txt @@ -1,6 +1,6 @@ Hello {{ first_name }} and welcome! -I'm Rimu, the founder of PyFedi and I'd like to personally thank you for signing up. +I'm Rimu, the founder of PieFed and I'd like to personally thank you for signing up. I'd also like to give you the tools and information you need to get the most out of it. Let's get you up and running: