diff options
| author | Pitu <[email protected]> | 2021-06-17 23:35:44 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-06-17 23:35:44 +0900 |
| commit | d4390cce40eef4010e031d25f060de2131fc2635 (patch) | |
| tree | 650088a52ff8197920c805a4e13085f945ff0481 | |
| parent | feat: save correct db info (diff) | |
| download | host.fuwn.me-d4390cce40eef4010e031d25f060de2131fc2635.tar.xz host.fuwn.me-d4390cce40eef4010e031d25f060de2131fc2635.zip | |
chore: change save msg
| -rw-r--r-- | src/site/pages/dashboard/admin/settings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/pages/dashboard/admin/settings.vue b/src/site/pages/dashboard/admin/settings.vue index d2448a0..3fce282 100644 --- a/src/site/pages/dashboard/admin/settings.vue +++ b/src/site/pages/dashboard/admin/settings.vue @@ -75,7 +75,7 @@ export default { methods: { promptRestartService() { this.$buefy.dialog.confirm({ - message: 'Keep in mind that restarting only works if you have PM2 or something similar set up. Continue?', + message: 'Certain changes need for you to manually restart your chibisafe instance, please do so from the terminal. Continue?', onConfirm: () => this.saveSettings() }); }, |