change some copy

This commit is contained in:
Riley Davis
2017-02-22 13:33:50 -07:00
parent 111b956522
commit e6b78a3e63
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@ const FlagWidget = (props) => {
return (
<div className={styles.widget}>
<h2 className={styles.heading}>Top Ten Articles with the most flagged comments</h2>
<h2 className={styles.heading}>Articles with the most flags</h2>
<table className={styles.widgetTable}>
<thead className={styles.widgetHead}>
<tr>
@@ -19,7 +19,7 @@ const LikeWidget = (props) => {
return (
<div className={styles.widget}>
<h2 className={styles.heading}>Top Ten Articles with the most likes</h2>
<h2 className={styles.heading}>Articles with the most likes</h2>
<table className={styles.widgetTable}>
<thead className={styles.widgetHead}>
<tr>