View | Details | Raw Unified | Return to bug 41348
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/transport_status.js (-3 / +2 lines)
Lines 2-7 let operationLabels = { Link Here
2
    connection: __("Connection"),
2
    connection: __("Connection"),
3
    upload: __("Upload"),
3
    upload: __("Upload"),
4
    download: __("Download"),
4
    download: __("Download"),
5
    list: __("List Files"),
5
    list: __("List files"),
6
    change_directory: __("Change Directory"),
6
    change_directory: __("Change directory"),
7
};
7
};
8
- 

Return to bug 41348