Skip to content

Commit

Permalink
fix: console warning about invalid dom nesting (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Sep 8, 2020
1 parent 91999c7 commit 7039355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2020-09-08T15:31:37.955Z\n"
"PO-Revision-Date: 2020-09-08T15:31:37.955Z\n"
"POT-Creation-Date: 2020-09-08T17:54:39.674Z\n"
"PO-Revision-Date: 2020-09-08T17:54:39.674Z\n"

msgid "Untitled dashboard"
msgstr ""
Expand Down Expand Up @@ -83,7 +83,7 @@ msgstr ""
msgid "Use Chrome or Edge web browser"
msgstr ""

msgid "Wait for all dashboard items to load before printing this page"
msgid "Wait for all dashboard items to load before printing"
msgstr ""

msgid ""
Expand Down
4 changes: 2 additions & 2 deletions src/components/Dashboard/PrintInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PrintInfo = ({ isLayout }) => {
<p className={classes.info}>
{`${i18n.t('For best print results')}:`}
</p>
<p className={classes.info}>
<div className={classes.info}>
<ul className={classes.infoList}>
<li>{i18n.t('Use Chrome or Edge web browser')}</li>
<li>
Expand All @@ -38,7 +38,7 @@ const PrintInfo = ({ isLayout }) => {
)}
</li>
</ul>
</p>
</div>
</div>
<hr className={classes.divider} />
</div>
Expand Down

0 comments on commit 7039355

Please sign in to comment.