Skip to content

Commit 9605427

Browse files
committed
Update files.js
1 parent 242477e commit 9605427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ function files_directSD_list_success(response_text) {
551551
if (typeof response.used != 'undefined') vused = response.used;
552552
if (typeof response.occupation != 'undefined') voccupation = response.occupation;
553553
files_status_list.push({
554-
status: response.status,
554+
status: (response.status.trim().toLowerCase() == "ok")? translate_text_item("Upload done") : translate_text_item(response.status),
555555
path: response.path,
556556
used: vused,
557557
total: vtotal,

0 commit comments

Comments
 (0)