Fix typo

parent 2721694d
......@@ -4,6 +4,6 @@ class Admin::EmailsController < Admin::ApplicationController
def create
AdminEmailsWorker.perform_async(params[:recipients], params[:subject], params[:body])
redirect_to admin_email_path, notice: 'Email send'
redirect_to admin_email_path, notice: 'Email sent'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment