Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fix molar mass header in preview (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
crapStone authored Nov 29, 2021
1 parent c5d13a8 commit 5050ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/components/preview/preview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="mat-h2 preview-text">
<ng-container *transloco="let t; read: 'preview'">
<tr>
<td colspan="2">{{ t('tableSubstanceTitleHeader') }}</td>
<td>{{ t('tableMolarMassHeader').mw }}<br />{{ t('tableMolarMassHeader').grammPerMol }}</td>
<td>{{ t('tableMolarMassHeader.mw') }}<br />{{ t('tableMolarMassHeader.grammPerMol') }}</td>
<td>{{ t('tableBoilingHeader') }}<br />{{ t('tableMeltingHeader') }}</td>
<td>{{ t('tableGHSSymbolHeader') }}</td>
<td>{{ t('tableHPPhrasesHeader') }}<br />{{ t('tableHPPhrasesNumberHeader') }}</td>
Expand Down

0 comments on commit 5050ef9

Please sign in to comment.