mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-26 00:36:01 +08:00
Remove unlock_instructions email and update activities text
Closes SCI-3140
This commit is contained in:
parent
f566dd6c83
commit
5253952988
1 changed files with 1 additions and 5 deletions
|
@ -7,10 +7,6 @@ class AppMailerPreview < ActionMailer::Preview
|
|||
AppMailer.reset_password_instructions(fake_user, 'faketoken', {})
|
||||
end
|
||||
|
||||
def unlock_instructions
|
||||
AppMailer.unlock_instructions(fake_user, 'faketoken', {})
|
||||
end
|
||||
|
||||
def invitation_instructions
|
||||
AppMailer.invitation_instructions(fake_user, 'faketoken', {})
|
||||
end
|
||||
|
@ -44,7 +40,7 @@ class AppMailerPreview < ActionMailer::Preview
|
|||
Notification.new(
|
||||
type_of: :recent_changes,
|
||||
title: I18n.t(
|
||||
'activities.create_module',
|
||||
'global_activities.activity_name.create_module',
|
||||
user: user.full_name,
|
||||
module: 'How to shred'
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue