From ffc10b81e02b35bc8c43699bbc7005fd7f252779 Mon Sep 17 00:00:00 2001 From: gSpot Date: Tue, 25 Jul 2023 15:20:52 +0300 Subject: [PATCH] luci-app-internet-detector: fixed typos --- .../htdocs/luci-static/resources/view/internet-detector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js b/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js index fb0c233..5895431 100644 --- a/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js +++ b/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js @@ -608,7 +608,7 @@ return view.extend({ 'down_script', this.configDir + '/down-script.' + s.section, _('Edit down-script'), - _('Shell commands that run when connected to the Internet.') + _('Shell commands to run when disconnected from the Internet.') ); o.modalonly = true;