fix: changed copy (#2879)

This commit is contained in:
Wyatt Johnson
2020-03-12 16:15:45 +00:00
committed by GitHub
parent 7abd703f72
commit 2057b750f3
3 changed files with 7 additions and 5 deletions
@@ -60,8 +60,10 @@ const StoryTable: FunctionComponent<Props> = props => (
Pending
</TableCell>
</Localized>
<Localized id="stories-column-totalCount">
<TableCell className={styles.totalCountColumn}>Total</TableCell>
<Localized id="stories-column-publishedCount">
<TableCell className={styles.totalCountColumn}>
Published
</TableCell>
</Localized>
<Localized id="stories-column-status">
<TableCell className={styles.statusColumn}>Status</TableCell>
@@ -167,7 +167,7 @@ exports[`renders empty stories 1`] = `
<th
className="TableCell-root StoryTable-totalCountColumn TableCell-header"
>
Total
Published
</th>
<th
className="TableCell-root StoryTable-statusColumn TableCell-header"
@@ -539,7 +539,7 @@ exports[`renders stories 1`] = `
<th
className="TableCell-root StoryTable-totalCountColumn TableCell-header"
>
Total
Published
</th>
<th
className="TableCell-root StoryTable-statusColumn TableCell-header"
+1 -1
View File
@@ -946,7 +946,7 @@ stories-column-status = Status
stories-column-clickToModerate = Click title to moderate story
stories-column-reportedCount = Reported
stories-column-pendingCount = Pending
stories-column-totalCount = Total
stories-column-publishedCount = Published
stories-status-popover =
.description = A dropdown to change the story status