From 874b08dc2cc39b6a205006fef73368ee92a85446 Mon Sep 17 00:00:00 2001 From: Cyril Date: Thu, 25 Apr 2024 20:56:58 +0200 Subject: [PATCH] Update tools.sh --- scripts/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools.sh b/scripts/tools.sh index 4263604..a6cae13 100755 --- a/scripts/tools.sh +++ b/scripts/tools.sh @@ -87,7 +87,7 @@ function reset_factory_settings_message(){ echo -e " │ ${cyan}Note: After factory reset all features already been ${white}│" echo -e " │ ${cyan}installed with Creality Helper Script must be reinstalled ${white}│" echo -e " │ ${cyan}and it's necessary to reconnect your printer to your network ${white}│" - echo -e " │ ${cyan} from screen settings in `Settings` → `Network` tab. ${white}│" + echo -e " │ ${cyan}from screen settings in 'Settings' → 'Network' tab. ${white}│" hr bottom_line }