Merge pull request #982 from JamesEarlDouglas/mailer-controller-typo
fix typo: 'avaialble' -> 'available'
This commit is contained in:
commit
d92446df1f
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ class Admin::MailerController < ApplicationController
|
||||||
render :file => 'notify/note_wall_email', :layout => 'notify'
|
render :file => 'notify/note_wall_email', :layout => 'notify'
|
||||||
end
|
end
|
||||||
rescue
|
rescue
|
||||||
render :text => "Preview not avaialble"
|
render :text => "Preview not available"
|
||||||
end
|
end
|
||||||
|
|
||||||
def preview_user_new
|
def preview_user_new
|
||||||
|
@ -31,7 +31,7 @@ class Admin::MailerController < ApplicationController
|
||||||
|
|
||||||
render :file => 'notify/new_user_email', :layout => 'notify'
|
render :file => 'notify/new_user_email', :layout => 'notify'
|
||||||
rescue
|
rescue
|
||||||
render :text => "Preview not avaialble"
|
render :text => "Preview not available"
|
||||||
end
|
end
|
||||||
|
|
||||||
def preview_issue_new
|
def preview_issue_new
|
||||||
|
@ -40,6 +40,6 @@ class Admin::MailerController < ApplicationController
|
||||||
@project = @issue.project
|
@project = @issue.project
|
||||||
render :file => 'notify/new_issue_email', :layout => 'notify'
|
render :file => 'notify/new_issue_email', :layout => 'notify'
|
||||||
rescue
|
rescue
|
||||||
render :text => "Preview not avaialble"
|
render :text => "Preview not available"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue