[Frontend] Tweak to Load More button label

#70
This commit is contained in:
Charles Hacskaylo 2015-08-18 19:54:50 -07:00
parent 4e3e3653a3
commit 3a86f5e746

View File

@ -107,7 +107,7 @@
<div ng-if="controller.areMore()">
<button class="load-more-button btn very-subtle"
ng-click="controller.loadMore()">
Load more
Load More
</button>
</div>