0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Copy update

This commit is contained in:
Peter Zimon 2022-07-05 16:37:59 +02:00
parent 3522ee6ee1
commit cc58f97e1a

View file

@ -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>
);
}