Maintenance: Fixed typo in source string.
This commit is contained in:
parent
502aa2cde3
commit
9f9df552e7
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ class CoreWorkflow::Result
|
|||
|
||||
def initialize(payload:, user:, assets: {}, assets_in_result: true, result: {})
|
||||
raise ArgumentError, __("The required parameter 'payload->class_name' is missing.") if !payload['class_name']
|
||||
raise ArgumentError, __("The required parmeter 'payload->screen' is missing.") if !payload['screen']
|
||||
raise ArgumentError, __("The required parameter 'payload->screen' is missing.") if !payload['screen']
|
||||
|
||||
@payload = payload
|
||||
@user = user
|
||||
|
|
|
@ -8925,12 +8925,12 @@ msgstr ""
|
|||
msgid "The required parameter 'payload->class_name' is missing."
|
||||
msgstr ""
|
||||
|
||||
#: app/controllers/users_controller.rb
|
||||
msgid "The required parameter 'signup' is missing."
|
||||
#: app/models/core_workflow/result.rb
|
||||
msgid "The required parameter 'payload->screen' is missing."
|
||||
msgstr ""
|
||||
|
||||
#: app/models/core_workflow/result.rb
|
||||
msgid "The required parmeter 'payload->screen' is missing."
|
||||
#: app/controllers/users_controller.rb
|
||||
msgid "The required parameter 'signup' is missing."
|
||||
msgstr ""
|
||||
|
||||
#: app/controllers/users_controller.rb
|
||||
|
|
Loading…
Reference in a new issue