Skip to content

Commit

Permalink
wording in fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Jan 19, 2024
1 parent 2b8262c commit 21c6ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrainPortal/lib/boutiques_input_value_fixer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def block_inputs(descriptor, input_ids)
#input.disables_if input.disables_inputs.present?
input.disables_inputs ||= []
input.disables_inputs |= [input_id]
input.name += " --- disabled by admin ---"
input.name += " ( unavailable )"
end
end

Expand Down

0 comments on commit 21c6ace

Please sign in to comment.