mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Copy update
This commit is contained in:
parent
3522ee6ee1
commit
cc58f97e1a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Pagination extends React.Component {
|
|||
|
||||
return (
|
||||
<button className="w-full rounded-md border p-3 mb-6 font-sans text-sm text-center dark:border-neutral-500 dark:text-white" onClick={this.loadMore}>
|
||||
Show {left} more comments
|
||||
View {left} previous comments
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue