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 committed Nov 19, 2024
1 parent d56b9bb commit 6dba7cd
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 6dba7cd

Please sign in to comment.