diff --git a/app/views/apps_overview/index.html.erb b/app/views/apps_overview/index.html.erb index 5e656ab..ff9d2fd 100644 --- a/app/views/apps_overview/index.html.erb +++ b/app/views/apps_overview/index.html.erb @@ -22,7 +22,7 @@

Server Intercity has finished installing. <%= link_to "#" do %> - Continue with deploying APPNAME <%= fa_icon "angle-right" %> + Continue with deploying <%= app.name %> <%= fa_icon "angle-right" %> <% end %>

diff --git a/app/views/onboarding/deploy_keys/new.html.erb b/app/views/onboarding/deploy_keys/new.html.erb index 9e049f9..c43696c 100644 --- a/app/views/onboarding/deploy_keys/new.html.erb +++ b/app/views/onboarding/deploy_keys/new.html.erb @@ -7,7 +7,7 @@

You're almost ready to deploy your app. One thing you need to do is add the SSH key from your workstation to the server. - This gives you access to deploy appname.

+ This gives you access to deploy <%= current_app.name %>.

"> <%= f.label :key, "Paste your SSH key here" %> <%= f.text_area :key %> diff --git a/config/locales/en.yml b/config/locales/en.yml index bcd5843..5a8dbf4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -45,3 +45,4 @@ en: amsterdam: "Amsterdam" new_york: "New York" singapore: "Singapore" + london: "London"