summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-system')
-rw-r--r--modules/luci-mod-system/luasrc/model/cbi/admin_system/leds.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/luci-mod-system/luasrc/model/cbi/admin_system/leds.lua b/modules/luci-mod-system/luasrc/model/cbi/admin_system/leds.lua
index 7644cdd439..525ce71bf9 100644
--- a/modules/luci-mod-system/luasrc/model/cbi/admin_system/leds.lua
+++ b/modules/luci-mod-system/luasrc/model/cbi/admin_system/leds.lua
@@ -55,11 +55,11 @@ for t in triggers:gmatch("[%w-]+") do
elseif t == "heartbeat" then
trigger:value(t, translatef("Heartbeat interval (%s)", t))
elseif t == "nand-disk" then
- trigger:value(t, translatef("Flashmemory write access (%s)", t))
+ trigger:value(t, translatef("Flash memory activity (%s)", t))
elseif t == "mtd" then
- trigger:value(t, translatef("Flashmemory write access (%s)", t))
+ trigger:value(t, translatef("Flash memory activity (%s)", t))
elseif t:match("mmc[0-9]") then
- trigger:value(t, translatef("Flashmemory write access (%s)", t))
+ trigger:value(t, translatef("Flash memory activity (%s)", t))
elseif t:match("switch[0-9]") then
trigger:value(t, translatef("Switchport activity (%s)", t))
elseif t:match("phy[0-9]rx") then