From 6540628d98d87dd26832df8ff81150d6ca607f07 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Sun, 5 Nov 2017 20:10:21 +0100 Subject: [PATCH] fix: typo in upgrade warning --- client/js/components/modal-upgrade-system.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/components/modal-upgrade-system.vue b/client/js/components/modal-upgrade-system.vue index 24859a4f..c9f63420 100644 --- a/client/js/components/modal-upgrade-system.vue +++ b/client/js/components/modal-upgrade-system.vue @@ -23,7 +23,7 @@ header.is-deep-orange Are you sure? section label.label You are about to {{ mode }} Wiki.js. - span.note You will not be able to access your wiki during the operation. Content will not be affected. However, it is your responsability to ensure you have a backup in the unexpected event content gets lost or corrupted. + span.note You will not be able to access your wiki during the operation. Content will not be affected. However, it is your responsibility to ensure you have a backup in the unexpected event content gets lost or corrupted. footer a.button.is-grey.is-outlined(@click='upgradeCancel') Abort a.button.is-deep-orange(@click='upgradeStart') Start