From 72fb4d0f8e73bf188b721db745a1d43b72336b94 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 28 Jun 2023 06:46:13 +0200 Subject: [PATCH] rename offline mode to local mode --- usr/lib/archboot/installer/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index d52120ff2..999b225f0 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -63,7 +63,7 @@ _abort_running_system() { } _abort_offline_mode() { - _dialog --msgbox "This function is not available on Offline Mode." 5 60 + _dialog --msgbox "This function is not available on Local Mode." 5 60 } _geteditor() {