Reword restart modal (#374)

Clarifies that photon will restart (when running as service)
This commit is contained in:
Matt
2022-01-09 16:02:32 -08:00
committed by GitHub
parent 3d317f7035
commit 43c35286f3
3 changed files with 16 additions and 9 deletions

View File

@@ -250,7 +250,7 @@ export default {
{headers: {"Content-Type": "multipart/form-data"}}).then(() => {
this.snackbar = {
color: "success",
text: "Settings imported successfully! Program will now exit...",
text: "Settings imported successfully! PhotonVision will restart in the background...",
};
this.snack = true;
}).catch(err => {
@@ -296,7 +296,7 @@ export default {
}).then(() => {
this.snackbar = {
color: "success",
text: "New .jar copied successfully! Program will now exit...",
text: "New .jar copied successfully! PhotonVision will restart in the background...",
};
this.snack = true;
}).catch(err => {