We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb3069 commit eb2efb3Copy full SHA for eb2efb3
1 file changed
app/admin/items.rb
@@ -69,7 +69,7 @@
69
end
70
71
72
- f.inputs "Pricing Parameters" do
+ f.inputs "Calculation Formula" do
73
f.input :formula_parameters, as: :hidden
74
div class: "formula-preview" do
75
@@ -94,7 +94,7 @@
94
tmp_open = tmp_data[:open] || []
95
tmp_select = tmp_data[:select] || {}
96
97
- panel "Parameters" do
+ panel "Pricing Parameters" do
98
render partial: "admin/items/parameters", locals: {
99
fixed_parameters: tmp_fixed,
100
open_parameters_label: tmp_open,
0 commit comments