update texts of pdf generation status toasts
All checks were successful
continuous-integration/drone/push Build is passing

close #44
This commit is contained in:
2023-01-31 13:45:28 +01:00
parent 1249248a9d
commit a030f6b738
5 changed files with 14 additions and 14 deletions

View File

@@ -301,7 +301,7 @@ function login() {
if (state.org_name !== '' && state.org_teams.length > 0) {
postdata.team = org_team.value;
}
toast("registration in progress...");
toast("Registrierung läuft...");
const browserlocale = ((navigator.languages && navigator.languages[0]) || '').substr(0, 2);
let url = `${config.baseurl}api/runners/register/?locale=${browserlocale}`;
if (props.token) {