{{ .T "Hey, %s." .Context.User.Username }}
{{ if eq $e 1 }}
- {{ .T "Before proceding any further on Ripple, we require you to use the message you just received on telegram to log in to your account." }}
+ {{ .T "Before proceding any further on Yozora, we require you to use the message you just received on telegram to log in to your account." }}
{{ else }}
- {{ .T "Before proceding further on Ripple, we require you to use your Google Authenticator App to use the code for Ripple, so that we can log you in." }}
+ {{ .T "Before proceding further on Yozora, we require you to use your Google Authenticator App to use the code for Yozora, so that we can log you in." }}
{{ end }}
- {{ .T "Can't find a way to get back access to your Ripple account? Fear not! If you have your recovery codes which we recommended you to print you can type one in here and we'll magically log you in this time. After you've managed to get in, please disable and then re-enable 2FA, so you won't risk losing your account again." }}
+ {{ .T "Can't find a way to get back access to your Yozora account? Fear not! If you have your recovery codes which we recommended you to print you can type one in here and we'll magically log you in this time. After you've managed to get in, please disable and then re-enable 2FA, so you won't risk losing your account again." }}
diff --git a/templates/base.html b/templates/base.html
index 4f6c69d..79817df 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
- {{ if .TitleBar }}{{ .T .TitleBar }} - {{ end }}Ripple
+ {{ if .TitleBar }}{{ .T .TitleBar }} - {{ end }}Yozora
@@ -53,7 +53,7 @@
{{ if and .Context.User.Username (not (has .Context.User.Privileges 1)) }}
- {{ $.T "Your account is currently in restricted mode. You will not be able to do certain actions, and your profile can only be seen by you and by Ripple's staff. If you believe we have mistaken putting you in restricted mode, or a month has passed since you first saw this, then you can send an appeal at support.ripple.moe." | html }}
+ {{ $.T "Your account is currently in restricted mode. You will not be able to do certain actions, and your profile can only be seen by you and by Yozora's staff. If you believe we have mistaken putting you in restricted mode, or a month has passed since you first saw this, then you can send an appeal to support@yozora.pw." | html }}
{{ end }}
{{ if .Messages }}
@@ -72,12 +72,12 @@
{{ end }}
{{ with $settings.game_maintenance.Int }}
- {{ $.T "Ripple's score submission is currently in maintenance mode. You will not be allowed to submit scores for the time being." }}
+ {{ $.T "Yozora's score submission is currently in maintenance mode. You will not be allowed to submit scores for the time being." }}
{{ end }}
{{ with $settings.website_maintenance.Int }}
- {{ $.T "The Ripple website is currently in maintenance mode. Only certain users are allowed to access the full website." }}
+ {{ $.T "The Yozora website is currently in maintenance mode. Only certain users are allowed to access the full website." }}