14812: Finish first pass migrating config items
[arvados.git] / apps / workbench / app / views / users / welcome.html.erb
index b10ca8b15de8f8c6778dad98050bb978d0599de3..479e3e1d89dec50c5d6398ad3e7dc470be211d8c 100644 (file)
@@ -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 %>.
 
       </p><p>
 
-        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.
 
       </p><p>
 
-        <i><%= Rails.configuration.site_name %> uses your name and
+        <i><%= Rails.configuration.Workbench.SiteName %> uses your name and
           email address only for identification, and does not retrieve
           any other personal information from Google.</i>
 
@@ -36,7 +36,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
             now, don't provide 'auth_provider' to get the default one. %>
         <div class="pull-right">
           <%= 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 %>
           <i class="fa fa-fw fa-arrow-circle-right"></i>
           <% end %>
         </div>