Skip to content

Commit

Permalink
Merge pull request #9 from michiels/fix-copy-issues
Browse files Browse the repository at this point in the history
Fix copy issues
  • Loading branch information
jvanbaarsen committed Jul 30, 2015
2 parents ddf5035 + 53d8d8b commit 6f895d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/apps_overview/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<p class="notification-message">
Server <b>Intercity</b> has finished installing.
<%= link_to "#" do %>
Continue with deploying APPNAME <%= fa_icon "angle-right" %>
Continue with deploying <%= app.name %> <%= fa_icon "angle-right" %>
<% end %>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/onboarding/deploy_keys/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="onboarding-page-content">
<p>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 <b>appname</b>.</p>
This gives you access to deploy <b><%= current_app.name %></b>.</p>
<div class="form-group <%= "field_with_errors" if validation_errors?(@ssh_key, :key) %>">
<%= f.label :key, "Paste your SSH key here" %>
<%= f.text_area :key %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ en:
amsterdam: "Amsterdam"
new_york: "New York"
singapore: "Singapore"
london: "London"

0 comments on commit 6f895d1

Please sign in to comment.