Skip to content

Commit

Permalink
[FIX] mpr_bom_version typo in mrp_bom_view.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored Jan 2, 2025
1 parent 3271ae2 commit bf150c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrp_bom_version/views/mrp_bom_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
string="Activate"
attrs="{'invisible':[('state','not in',(False, 'draft'))]}"
class="oe_highlight"
confirm="YYou will activate the BoM, then you won't be able to edit it after this. Are you sure you want to proceed?"
confirm="You will activate the BoM, then you won't be able to edit it after this. Are you sure you want to proceed?"
/>
<button
name="button_new_version"
Expand Down

0 comments on commit bf150c7

Please sign in to comment.