File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
application/qmodem/files/usr/share/qmodem Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -359,9 +359,9 @@ get_info()
359359
360360 # SIM卡信息
361361 sim_info
362- if [ " $sim_status " != " ready" ] [ -n " $sim_status " ] ; then
362+ if [ " $sim_status " != " ready" ]; then
363363 [ -n " $sim_status " ] && add_warning_message_entry " sim_status" " $sim_status " " SIM Error,Error code:" " warning"
364- [ -z " $sim_status " ] && add_warning_message_entry " sim_status" " Modem Offline " " Modem Offline" " warning"
364+ [ -z " $sim_status " ] && add_warning_message_entry " sim_status" " " " Modem Offline" " warning"
365365 return
366366 fi
367367
Original file line number Diff line number Diff line change 11# controller/qmodem.lua
2+ msgid "Modem Offline"
3+ msgstr "模组离线"
4+
25msgid "QModem"
36msgstr "QWRT模组管理"
47
Original file line number Diff line number Diff line change 11# controller/qmodem.lua
2+ msgid "Modem Offline"
3+ msgstr "模组离线"
4+
25msgid "QModem"
36msgstr "QWRT模组管理"
47
You can’t perform that action at this time.
0 commit comments