mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user