better english
Massimo Melina committed
Oct 9, 2024 at 11:40 UTC
6f97589cdf5d24f8ecca3c8cb022e8fec2e1b203
1 file changed
+1
-1
admin/src/HomePage.ts
+1
-1
@@ -59,7 +59,7 @@ export default function HomePage() {
59
), " or ", SOLUTION_SEP, cfgLink("provide adequate files")
60
]]))
61
return h(Box, { display:'flex', gap: 2, flexDirection:'column', alignItems: 'flex-start', height: '100%' },
62
- username && entry('', "Welcome "+username),
62
+ username && entry('', "Welcome, "+username),
63
errors.length ? dontBotherWithKeys(errors.map(msg => entry('error', dontBotherWithKeys(msg))))
64
: entry('success', "Server is working"),
65
!vfs ? h(LinearProgress)