mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fixed, trying to save object instead name
This commit is contained in:
parent
4da0eab328
commit
978c4bcb69
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module Experiments
|
|||
user: @user,
|
||||
message: I18n.t(
|
||||
'activities.clone_experiment',
|
||||
user: @user,
|
||||
user: @user.full_name,
|
||||
experiment_new: @c_exp.name,
|
||||
experiment_original: @exp.name
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue