mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
fix typo
This commit is contained in:
parent
bb8c7c342c
commit
0dc4addd6c
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ module Users
|
|||
message = "#{I18n.t('search.index.team')} #{team.name}"
|
||||
notification = Notification.create(
|
||||
type_of: :assignment,
|
||||
title: sanitize_inpute(title),
|
||||
title: sanitize_input(title),
|
||||
message: sanitize_input(message)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue