mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
fix: changed copy (#2879)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user