ENH:update information for send print timeout

Change-Id: I36ecfef98b285ff870e7a1ea382adc4e901eb52e
This commit is contained in:
tao wang 2023-04-07 10:48:03 +08:00 committed by Lane.Wei
parent 13f5171eb3
commit b116a605f2
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ void SendJob::process()
} }
if (result == BAMBU_NETWORK_ERR_WRONG_IP_ADDRESS) { if (result == BAMBU_NETWORK_ERR_WRONG_IP_ADDRESS) {
msg_text = _L("Failed uploading print file. Please enter ip address again."); msg_text = timeout_to_upload_str;
} }
update_status(curr_percent, msg_text); update_status(curr_percent, msg_text);