Skip to content

Commit

Permalink
Just use a consistent header name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 14, 2018
1 parent 675b8f2 commit 3053b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/apps/dkim.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- if @app.from_domain.present?
= render "dns_configuration", app: @app, provider: @provider

%h2= @app.from_domain.blank? ? "Set domain" : "Change domain"
%h2 Domain

= semantic_form_for @app, html: {class: "form-horizontal"} do |f|
= f.semantic_errors
Expand Down

0 comments on commit 3053b07

Please sign in to comment.