Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/commit/1105605370e08663cecb9984b42ce65e67661b82
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
2 deletions
@ -19,7 +19,7 @@
"yourAccountIsValidUntil" : "Je account zal geldig zijn tot {date}." ,
"sendPIN" : "Stuur onderstaande pincode naar de bot, en kom daarna hier terug om je account te koppelen." ,
"matrixEnterUser" : "Voer je gebruikers ID in, druk op versturen, en er wordt je een pincode toegestuurd. Vul die hier in om door te gaan." ,
"sendPINDiscord" : "Typ {command} in {server_channel} op Discord, stuur daarna onderstaande pincode via DM naar de bot ."
"sendPINDiscord" : "Typ {command} in {server_channel} op Discord, stuur daarna onderstaande pincode ."
} ,
"validationStrings" : {
"length" : {
@ -53,6 +53,9 @@
"errorUnknown" : "Onbekende fout." ,
"errorMatrixVerification" : "Matrix-verificatie vereist." ,
"verified" : "Account geverifieerd." ,
"errorNoEmail" : "E-mail vereist."
"errorNoEmail" : "E-mail vereist." ,
"errorPassword" : "Controleer wachtwoordeisen." ,
"errorNoMatch" : "Wachtwoorden komen niet overeen." ,
"errorCaptcha" : "Captcha incorrect."
}
}