Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1caa6e4

Browse files
author
vikasrohit
committed
Change text for endless pagination from More to Load More
1 parent 3d8ce21 commit 1caa6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
div.paginator
22
tc-section(state="state")
3-
button.tc-btn(ng-show="pageParams.totalCount > pageParams.currentCount", ng-click="loadMore()") More
3+
button.tc-btn(ng-show="pageParams.totalCount > pageParams.currentCount", ng-click="loadMore()") Load More
44

0 commit comments

Comments
 (0)