web: fix syntax error for missing comma

This commit is contained in:
Tobias Mueller 2023-10-17 17:20:26 +02:00
parent 0fbb00612c
commit 1c3c5f79e1

View File

@ -342,7 +342,7 @@ function handleSimSwap(ev) {
E('div', { 'class': 'text'}, [
E('p', { 'class': 'text'},
_("IMEI set:") + " " + res
)
),
E('p', { 'class': 'text'},
_("Please shutdown the device and go to another place before booting")
),