♻️ [global] Para acceder a elementos globales

This commit is contained in:
Manuel Cillero 2022-11-10 21:43:38 +01:00
parent 885710e0c3
commit aa9f392ba9
17 changed files with 64 additions and 71 deletions

View file

@ -58,7 +58,7 @@ fn form_login() -> Form {
t(
"username_help",
&args![
"app" => SETTINGS.app.name.to_owned()
"app" => global::SETTINGS.app.name.to_owned()
],
)
.as_str(),