accepted => approved

This commit is contained in:
Riley Davis
2017-04-26 08:45:37 -06:00
parent a21d73dcad
commit 03e0c62b72
2 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@ const ModerationMenu = (
to={getPath('accepted')}
className={`mdl-tabs__tab ${styles.tab}`}
activeClassName={styles.active}>
<Icon name='check' className={styles.tabIcon} /> {lang.t('modqueue.accepted')} <CommentCount count={acceptedCount} />
<Icon name='check' className={styles.tabIcon} /> {lang.t('modqueue.approved')} <CommentCount count={acceptedCount} />
</Link>
<Link
to={getPath('premod')}