mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 13:55:00 -05:00
web: fix syntax error for missing comma
This commit is contained in:
parent
0fbb00612c
commit
1c3c5f79e1
@ -342,7 +342,7 @@ function handleSimSwap(ev) {
|
|||||||
E('div', { 'class': 'text'}, [
|
E('div', { 'class': 'text'}, [
|
||||||
E('p', { 'class': 'text'},
|
E('p', { 'class': 'text'},
|
||||||
_("IMEI set:") + " " + res
|
_("IMEI set:") + " " + res
|
||||||
)
|
),
|
||||||
E('p', { 'class': 'text'},
|
E('p', { 'class': 'text'},
|
||||||
_("Please shutdown the device and go to another place before booting")
|
_("Please shutdown the device and go to another place before booting")
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user