Skip to content

Commit

Permalink
Merge pull request #5 from AplinkosMinisterija/updates
Browse files Browse the repository at this point in the history
title fix
  • Loading branch information
LWangllix authored Sep 9, 2024
2 parents 43f60e3 + 0237673 commit 1cdc73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const RenderInertWastePage = ({ wastes, sum, yearCof }) => {
const RenderDangerousWastePage = ({ wastes, sum, yearCof }) => {
return (
<Page orientation="landscape" size="A4" style={styles.page}>
<Text style={styles.title}>{formLabels.tableDangerous}.</Text>
<Text style={styles.title}>{formLabels.tableDumpDangerous}.</Text>
<View style={styles.table}>
<View style={[styles.tableRow]}>
<Text style={styles.cell}> Eil nr.</Text>
Expand Down

0 comments on commit 1cdc73e

Please sign in to comment.