diff --git a/files/www/luci-static/resources/view/blue-merle.js b/files/www/luci-static/resources/view/blue-merle.js index 57bf341..516887a 100644 --- a/files/www/luci-static/resources/view/blue-merle.js +++ b/files/www/luci-static/resources/view/blue-merle.js @@ -855,7 +855,8 @@ function handleSimSwap(ev) { E('p', { 'class': 'text'}, _("Please shutdown the device and go to another place before booting") ), - E('button', { 'class': 'btn cbi-button-positive', 'click': handleShutdown, 'disabled': isReadonlyView }, [ _('Shutdown…') ]), ' ', + E('button', { 'class': 'btn cbi-button-positive', 'click': handleShutdown, 'disabled': isReadonlyView }, + [ _('Shutdown…') ]) } ).catch( function(err) {