chore: change save msg

This commit is contained in:
Pitu 2021-06-17 23:35:44 +09:00
parent c131c3a1fc
commit d4390cce40
1 changed files with 1 additions and 1 deletions

View File

@ -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()
});
},