applications/luci-ahcp: allow to translate AHCP service status string
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
This commit is contained in:
parent
f0ebbd0c5a
commit
9f729c8d8c
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@
|
|||
}
|
||||
|
||||
if( st.uid == '00:00:00:00:00:00:00:00' )
|
||||
tx.innerHTML = 'The AHCP Service is not running.';
|
||||
tx.innerHTML = '<%:The AHCP Service is not running.%>';
|
||||
else
|
||||
tx.innerHTML = String.format('The AHCP Service is running with ID %s.', st.uid);
|
||||
tx.innerHTML = String.format('<%:The AHCP Service is running with ID %s.%>', st.uid);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue