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/c00f5f43305c784102fafc4e006b125a1f408090
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
19 additions and
1 deletions
@ -88,7 +88,9 @@
"download" : "Download" ,
"search" : "Zoeken" ,
"advancedSettings" : "Geavanceerde instellingen" ,
"inviteMonths" : "Maanden"
"inviteMonths" : "Maanden" ,
"reEnable" : "Opnieuw inschakelen" ,
"disable" : "Uitschakelen"
} ,
"notifications" : {
"changedEmailAddress" : "E-mailadres van {n} gewijzigd." ,
@ -163,6 +165,22 @@
"extendedExpiry" : {
"singular" : "Verloop uitgesteld voor {n} gebruiker." ,
"plural" : "Verloop uitgesteld voor {n} gebruikers."
} ,
"disableUsers" : {
"singular" : "Schakel {n} gebruiker uit" ,
"plural" : "Schakel {n} gebruikers uit"
} ,
"reEnableUsers" : {
"singular" : "Schakel {n} gebruiker opnieuw in" ,
"plural" : "Schakel {n} gebruikers opnieuw in"
} ,
"disabledUser" : {
"singular" : "{n} gebruiker uitgeschakeld." ,
"plural" : "{n} gebruikers uitgeschakeld."
} ,
"enabledUser" : {
"singular" : "{n} gebruiker ingeschakeld." ,
"plural" : "{n} gebruikers ingeschakeld."
}
}
}