From 54baf7995728c2ee1e222cf0af6f40decd85526e Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 13 May 2021 08:26:45 +0200 Subject: [PATCH] Change text for sysupgrade --- .../root/www/luci-static/resources/sysupgrade.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-sysupgrade/root/www/luci-static/resources/sysupgrade.js b/luci-app-sysupgrade/root/www/luci-static/resources/sysupgrade.js index 9002d3ee0..da2147ff2 100644 --- a/luci-app-sysupgrade/root/www/luci-static/resources/sysupgrade.js +++ b/luci-app-sysupgrade/root/www/luci-static/resources/sysupgrade.js @@ -250,7 +250,7 @@ function upgrade_request_callback(response) { } if (sysupgrade_file != "") { data.sysupgrade_url = data.url + '/release/' + response.bin_dir + '/' + sysupgrade_file - var info_output = '

Firmware created

Created file: ' + sysupgrade_file + '

' + var info_output = '

Firmware searched

File: ' + sysupgrade_file + '

' set_status("success", info_output, false, true); show("#keep_container"); @@ -260,7 +260,7 @@ function upgrade_request_callback(response) { upgrade_button.value = "Flash firmware"; upgrade_button.onclick = download_image; } else { - set_status("danger", "Firmware build successfull but device not sysupgrade compatible!") + set_status("danger", "Device not sysupgrade compatible!") } }