better english
Massimo Melina committed
May 9, 2023 at 12:50 UTC
f9caff72d0772cdd5630917942bf855db1d328d9
1 file changed
+1
-1
admin/src/LogoutPage.ts
+1
-1
@@ -30,7 +30,7 @@ export default function LogoutPage() {
30
size: 'large',
31
variant: 'contained',
32
color: 'warning',
33
- confirm: "After you quit, this interface won't respond anymore",
33
+ confirm: "Stopping the server, this interface won't respond anymore",
34
async onClick() {
35
await apiCall('quit')
36
await alertDialog("Good-bye", 'success')