Fix translation error

This commit is contained in:
Marco De Araujo 2026-01-03 08:45:13 -04:00
parent 6e94081db2
commit 5a77198344
4 changed files with 22 additions and 23 deletions

7
.vscode/launch.json vendored
View file

@ -11,10 +11,13 @@
"cargo": {
"args": [
"run",
"-- --base-url=http://192.168.69.10:3001/ --slug formgen",
"--bin=uptime-kuma-dashboard"
]
},
"args": []
"args": [
"--base-url=http://192.168.69.10:3001/",
"--slug=formgen",
]
},
{
"name": "Debug unit tests in executable 'uptime-kuma-dashboard'",