X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a3f207ceb2ddcdc7d31d0190eeed94962740d1..668a799436295a17223096392898cf257d8dfc76:/apps/workbench/app/views/users/welcome.html.erb diff --git a/apps/workbench/app/views/users/welcome.html.erb b/apps/workbench/app/views/users/welcome.html.erb index b10ca8b15d..479e3e1d89 100644 --- a/apps/workbench/app/views/users/welcome.html.erb +++ b/apps/workbench/app/views/users/welcome.html.erb @@ -16,17 +16,17 @@ SPDX-License-Identifier: AGPL-3.0 %> The "Log in" button below will show you a Google sign-in page. After you assure Google that you want to log in here with your Google account, you will be redirected back here to - <%= Rails.configuration.site_name %>. + <%= Rails.configuration.Workbench.SiteName %>.

- If you have never used <%= Rails.configuration.site_name %> + If you have never used <%= Rails.configuration.Workbench.SiteName %> before, logging in for the first time will automatically create a new account.

- <%= Rails.configuration.site_name %> uses your name and + <%= Rails.configuration.Workbench.SiteName %> uses your name and email address only for identification, and does not retrieve any other personal information from Google. @@ -36,7 +36,7 @@ SPDX-License-Identifier: AGPL-3.0 %> now, don't provide 'auth_provider' to get the default one. %>

<%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "btn btn-primary" do %> - Log in to <%= Rails.configuration.site_name %> + Log in to <%= Rails.configuration.Workbench.SiteName %> <% end %>