Skip to content

Commit

Permalink
revert removal of hardcoded 'height'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Provaznik committed Nov 16, 2023
1 parent a95a6a7 commit dc07245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/includes/unit-select.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<xf:label>vu (MEI virtual unit)</xf:label>
</xf:item>
<xf:action ev:event="xforms-value-changed">
<xf:setvalue ref=".." value="concat(@quantity, ' (in ', @unit, ')')"></xf:setvalue>
<xf:setvalue ref=".." value="concat(@quantity, ' (height in ', @unit, ')')"></xf:setvalue>
</xf:action>
</xf:select1>

Expand Down

0 comments on commit dc07245

Please sign in to comment.