better english: a word that's good when downgrading as well
Massimo Melina committed
Oct 31, 2023 at 18:00 UTC
198dd1707bf2d63b68cf42c0e751433f0d1eedcf
1 file changed
+1
-1
admin/src/HomePage.ts
+1
-1
@@ -145,7 +145,7 @@ function renderChangelog(s: string) {
145
}
146
147
async function update(tag?: string) {
148
- if (!await confirmDialog("Update may take less than a minute, depending on the speed of your server")) return
148
+ if (!await confirmDialog("Installation may take less than a minute, depending on the speed of your server")) return
149
toast('Downloading')
150
await apiCall('update', { tag })
151
toast("Restarting")