mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Fixed bug with protocol loading from file [SCI-605]
This commit is contained in:
parent
e8d20dfc01
commit
3d25da5db7
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ class ProtocolsController < ApplicationController
|
||||||
message: I18n.t(
|
message: I18n.t(
|
||||||
'activities.load_protocol_from_file',
|
'activities.load_protocol_from_file',
|
||||||
user: current_user.full_name,
|
user: current_user.full_name,
|
||||||
protocol: @protocol_json.name
|
protocol: @protocol_json[:name]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
flash[:success] = t(
|
flash[:success] = t(
|
||||||
|
|
Loading…
Reference in a new issue