From fe78b5bd89a90b49de5cd95e7ee660296c95dc16 Mon Sep 17 00:00:00 2001 From: vjalili Date: Fri, 30 Mar 2018 13:09:51 -0700 Subject: [PATCH] Some updates to FTP-upload messages w.r.t OIDC-based log-ins. --- client/galaxy/scripts/mvc/upload/upload-ftp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/galaxy/scripts/mvc/upload/upload-ftp.js b/client/galaxy/scripts/mvc/upload/upload-ftp.js index 46e5597f2420..ae32f4dfc0c1 100644 --- a/client/galaxy/scripts/mvc/upload/upload-ftp.js +++ b/client/galaxy/scripts/mvc/upload/upload-ftp.js @@ -9,13 +9,13 @@ export default Backbone.View.extend({ class_remove: "upload-icon-button fa fa-check-square-o", class_partial: "upload-icon-button fa fa-minus-square-o", help_enabled: true, - oidc_text: `
If you are signed in Galaxy using a third-party and you don't have a Galaxy password please go to this page and request a password for your Galaxy account.`, help_text: `This Galaxy server allows you to upload files via FTP. To upload some files, log in to the FTP server at ${ options.ftp_upload_site } using your Galaxy credentials. - For help visit a tutorial.`, + For help visit tutorial page.`, collection: null, onchange: function() {}, onadd: function() {},