remove ripple
This commit is contained in:
@@ -72,7 +72,7 @@ MinPrivileges=2
|
||||
{{ .T "Google Authenticator recovery keys" }}
|
||||
</h1>
|
||||
<p>
|
||||
{{ .T "These are the only thing that will let you get back into your Ripple account if you lose your device. Our suggestion is to paste them inside a document in your word processor (Microsoft Word, LibreOffice Writer), print them and store them in a safe place." }}
|
||||
{{ .T "These are the only thing that will let you get back into your Yozora account if you lose your device. Our suggestion is to paste them inside a document in your word processor (Microsoft Word, LibreOffice Writer), print them and store them in a safe place." }}
|
||||
</p>
|
||||
<div class="ui four column grid">
|
||||
{{ range getKeys .Context.User.ID }}
|
||||
|
@@ -14,9 +14,9 @@ MinPrivileges=6
|
||||
{{ $q := qb "SELECT discordid FROM discord_roles WHERE userid = ? LIMIT 1" .Context.User.ID }}
|
||||
{{ if $q.discordid }}
|
||||
<p>
|
||||
{{ .T "Your discord account has been linked to this Ripple account. <b>Welcome to the donors club and thank you for supporting us!</b> You have now access to the #donators text and voice channels on our official Discord server! You can also set a custom role name and username colour and change your nickname on Discord. If you want to change your nickname, you can use the <code>/nick</code> command. To set or edit your <b>custom role</b> name and colour, use the command <code>!role HEX_COLOUR ROLE_NAME</code>. You can pick your HEX colour <a href=\"http://www.colorpicker.com/\" target=\"_blank\">here</a>, it's the one that starts with '#'. You can change your role name and colour <b>whenever you want!</b>" | html }}
|
||||
{{ .T "Your discord account has been linked to this Yozora account. <b>Welcome to the donors club and thank you for supporting us!</b> You have now access to the #donators text and voice channels on our official Discord server! You can also set a custom role name and username colour and change your nickname on Discord. If you want to change your nickname, you can use the <code>/nick</code> command. To set or edit your <b>custom role</b> name and colour, use the command <code>!role HEX_COLOUR ROLE_NAME</code>. You can pick your HEX colour <a href=\"http://www.colorpicker.com/\" target=\"_blank\">here</a>, it's the one that starts with '#'. You can change your role name and colour <b>whenever you want!</b>" | html }}
|
||||
</p>
|
||||
<h2 class="ui centered header">{{ .T "Thank you for supporting us and have fun on Ripple!" }}</h2>
|
||||
<h2 class="ui centered header">{{ .T "Thank you for supporting us and have fun on Yozora!" }}</h2>
|
||||
{{ else }}
|
||||
<p><b>{{ .T "Donors get special privileges on our Discord server too!" }}</b></p>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user