Skip to content

Commit

Permalink
Merge pull request #13039 from rioug/fix-es-unit-scale
Browse files Browse the repository at this point in the history
Use the correct spanish translation for Unit Scale
  • Loading branch information
dacook authored Dec 16, 2024
2 parents e54a1af + ad7ba3e commit 5c08446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/admin/unit_price_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
visit spree.admin_product_variants_path product
click_link 'Nueva Variante'

tomselect_select "Peso (g)", from: "Unit scale"
tomselect_select "Peso (g)", from: "Escala de unidades"
click_on "Unidad" # activate popout
fill_in "Valor unidad", with: "1"
fill_in 'Precio', with: '1,5'
Expand Down

0 comments on commit 5c08446

Please sign in to comment.