From 784c5910a18e4ebe8778439a795bebaa65d5059f Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 13 Nov 2019 12:11:35 +1100 Subject: [PATCH] update mnml service file for syslog --- client/src/tutorial.utils.jsx | 2 +- etc/systemd/system/mnml.service | 4 +++- server/src/pg.rs | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/client/src/tutorial.utils.jsx b/client/src/tutorial.utils.jsx index 2c6e5d5f..b3569b26 100644 --- a/client/src/tutorial.utils.jsx +++ b/client/src/tutorial.utils.jsx @@ -216,7 +216,7 @@ function tutorialStage(tutorial, ws, clearTutorial, instance) { }; const classes = tutorial === 8 ? 'focus' : ''; - const text = tutorial === 8 ? 'Continue' : 'Close Tutorial' + const text = tutorial === 8 ? 'Continue' : 'Skip Tutorial' const exitTutorial =