Change text of Load More button (Portfolio)

Add this code to the Custom CSS field on the Style tab of your Portfolio widget’s settings:

.eapp-portfolio-project-list-load-more-button {
  font-size: 0;
}

.eapp-portfolio-project-list-load-more-button:after {
  content: 'YOUR TEXT';
  font-size: 13px;
}