Skip to content

Commit

Permalink
Fixes label for volume fraction
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih authored Nov 18, 2024
1 parent f20036c commit 4d7eef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class Solvent(SectionRevision):
volume_fraction = Quantity(
type=float,
description='The volume fraction of the solvent with respect to the other solvents in the solution',
a_eln=ELNAnnotation(label='Concentration', component='NumberEditQuantity'),
a_eln=ELNAnnotation(label='Volume Fraction', component='NumberEditQuantity'),
)


Expand Down

0 comments on commit 4d7eef5

Please sign in to comment.