Skip to content

Commit

Permalink
remove hardcoded 'height' in inserted text
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Provaznik committed Nov 15, 2023
1 parent 3cfb7c6 commit 49c37f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms/includes/unit-select.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<xf:label>vu (MEI virtual unit)</xf:label>
</xf:item>
<xf:action ev:event="xforms-value-changed">
<xf:setvalue ref=".." value="concat(@quantity, ' (height in ', @unit, ')')"></xf:setvalue>
<xf:setvalue ref=".." value="concat(@quantity, ' (in ', @unit, ')')"></xf:setvalue>
</xf:action>
</xf:select1>

</h:span>
</h:span>

0 comments on commit 49c37f6

Please sign in to comment.