mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
fix typo
This commit is contained in:
parent
c3dfdde626
commit
6273d723f1
@ -104,7 +104,7 @@ export class SettingsView extends TemplateView {
|
|||||||
}),
|
}),
|
||||||
t.map(vm => vm.pushNotifications.serverError, (err, t) => {
|
t.map(vm => vm.pushNotifications.serverError, (err, t) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
return t.p("Couln't not check on server: " + err.message);
|
return t.p("Couldn't not check on server: " + err.message);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user