Skip to content

Commit

Permalink
Custom message for manual reviewd signups
Browse files Browse the repository at this point in the history
  • Loading branch information
clerie committed Feb 26, 2024
1 parent 8489ddc commit 1ccbb99
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rec {
patches = [
./mastodon/allpatches.patch
./mastodon/troet.patch
./mastodon/signup_message.patch
(final.fetchpatch {
url = "https://github.com/mastodon/mastodon/compare/v4.2.6...v4.2.7.patch";
hash = "sha256-8FhlSIHOKIEjq62+rp8QdHY87qMCtDZwjyR0HabdHig=";
Expand Down
39 changes: 39 additions & 0 deletions packages/mastodon/signup_message.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
diff --git a/config/locales/de.yml b/config/locales/de.yml
index d72b0a608..2cfacf949 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1092,7 +1092,7 @@ de:
preamble_html: Melde dich mit deinen Zugangsdaten für <strong>%{domain}</strong> an. Solltest du dein Konto auf einem anderen Server registriert haben, ist eine Anmeldung hier nicht möglich.
title: Bei %{domain} anmelden
sign_up:
- manual_review: Registrierungen für den Server %{domain} werden manuell durch unsere Moderator*innen überprüft. Um uns dabei zu unterstützen, schreibe etwas über dich und sage uns, weshalb du ein Konto auf %{domain} anlegen möchtest.
+ manual_review: Registrierungen für den Server %{domain} werden manuell durch unsere Moderator*innen überprüft. Bitte schreibe etwas über dich, erzähle wie du %{domain} gefunden hast und warum du ausgerechnet bei %{domain} einen Account erstellen möchtest.
preamble: Mit einem Konto auf diesem Mastodon-Server kannst du jeder anderen Person im Netzwerk folgen, unabhängig davon, wo ihr Konto registriert ist.
title: Lass uns dein Konto auf %{domain} einrichten.
status:
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 98a40c45c..cdc7df0df 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1092,7 +1092,7 @@ en-GB:
preamble_html: Log in with your <strong>%{domain}</strong> credentials. If your account is hosted on a different server, you will not be able to log in here.
title: Log in to %{domain}
sign_up:
- manual_review: Sign-ups on %{domain} go through manual review by our moderators. To help us process your registration, write a bit about yourself and why you want an account on %{domain}.
+ manual_review: Sign-ups on %{domain} go through manual review by our moderators. Please write a bit about yourself, how you found out about %{domain} and why you want to create an account specifically on %{domain}.
preamble: With an account on this Mastodon server, you'll be able to follow any other person on the network, regardless of where their account is hosted.
title: Let's get you set up on %{domain}.
status:
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2b3bfb4c7..441b7504f 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1092,7 +1092,7 @@ en:
preamble_html: Login with your <strong>%{domain}</strong> credentials. If your account is hosted on a different server, you will not be able to log in here.
title: Login to %{domain}
sign_up:
- manual_review: Sign-ups on %{domain} go through manual review by our moderators. To help us process your registration, write a bit about yourself and why you want an account on %{domain}.
+ manual_review: Sign-ups on %{domain} go through manual review by our moderators. Please write a bit about yourself, how you found out about %{domain} and why you want to create an account specifically on %{domain}.
preamble: With an account on this Mastodon server, you'll be able to follow any other person on the network, regardless of where their account is hosted.
title: Let's get you set up on %{domain}.
status:

0 comments on commit 1ccbb99

Please sign in to comment.