Skip to content
Snippets Groups Projects
Commit d92446df authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #982 from JamesEarlDouglas/mailer-controller-typo

fix typo: 'avaialble' -> 'available'
parents 0321a3c9 69ba86e8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,7 +22,7 @@ class Admin::MailerController < ApplicationController
render :file => 'notify/note_wall_email', :layout => 'notify'
end
rescue
render :text => "Preview not avaialble"
render :text => "Preview not available"
end
 
def preview_user_new
Loading
Loading
@@ -31,7 +31,7 @@ class Admin::MailerController < ApplicationController
 
render :file => 'notify/new_user_email', :layout => 'notify'
rescue
render :text => "Preview not avaialble"
render :text => "Preview not available"
end
 
def preview_issue_new
Loading
Loading
@@ -40,6 +40,6 @@ class Admin::MailerController < ApplicationController
@project = @issue.project
render :file => 'notify/new_issue_email', :layout => 'notify'
rescue
render :text => "Preview not avaialble"
render :text => "Preview not available"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment