From 3a15b28ce66309987eccbb27f18f3eadc747f653 Mon Sep 17 00:00:00 2001 From: Yazan Agha-Schrader Date: Tue, 28 Nov 2023 12:39:29 +0100 Subject: [PATCH] fix typo --- examples/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/start-server.sh b/examples/start-server.sh index e775f96b4..325a59770 100755 --- a/examples/start-server.sh +++ b/examples/start-server.sh @@ -79,7 +79,7 @@ fi model_selection_warning() { - dialog --title "Hinweis" --msgbox "\n\n\nPlease note!\n\nTo navigate to a folder, please press the space bar twice. To return to a higher-level folder, press the Backspace key.\n\n\nAlternatively, you can also enter the desired path manually in the lower path field. \n\n\nOnly confirm your selection with the Enter key once you have selected the file – or the desired folder to be searched recursively." $DIALOG_HEIGHT $DIALOG_WIDTH + dialog --title "Note" --msgbox "\n\n\nPlease note!\n\nTo navigate to a folder, please press the space bar twice. To return to a higher-level folder, press the Backspace key.\n\n\nAlternatively, you can also enter the desired path manually in the lower path field. \n\n\nOnly confirm your selection with the Enter key once you have selected the file – or the desired folder to be searched recursively." $DIALOG_HEIGHT $DIALOG_WIDTH }