This commit is contained in:
Bruno Windels 2021-10-29 15:24:24 +02:00
parent c3dfdde626
commit 6273d723f1

View file

@ -104,7 +104,7 @@ export class SettingsView extends TemplateView {
}),
t.map(vm => vm.pushNotifications.serverError, (err, t) => {
if (err) {
return t.p("Couln't not check on server: " + err.message);
return t.p("Couldn't not check on server: " + err.message);
}
})
]);