Skip to content

Commit eb2efb3

Browse files
committed
PC-55: Update panel titles for clarity
1 parent bbb3069 commit eb2efb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/admin/items.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
end
7070
end
7171

72-
f.inputs "Pricing Parameters" do
72+
f.inputs "Calculation Formula" do
7373
f.input :formula_parameters, as: :hidden
7474
div class: "formula-preview" do
7575
div class: "formula-preview" do
@@ -94,7 +94,7 @@
9494
tmp_open = tmp_data[:open] || []
9595
tmp_select = tmp_data[:select] || {}
9696

97-
panel "Parameters" do
97+
panel "Pricing Parameters" do
9898
render partial: "admin/items/parameters", locals: {
9999
fixed_parameters: tmp_fixed,
100100
open_parameters_label: tmp_open,

0 commit comments

Comments
 (0)