Skip to content

Commit

Permalink
front-page: change to English
Browse files Browse the repository at this point in the history
In response to InternetSociety#9
  • Loading branch information
leenaars authored May 24, 2017
1 parent 7f4a6be commit c443766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div class="entry">
<?php the_excerpt(); ?>
<a href="<?php echo get_permalink( $oPost->ID ); ?>"><?php _e('Lees meer', 'od'); ?></a>
<a href="<?php echo get_permalink( $oPost->ID ); ?>"><?php _e('Read more', 'od'); ?></a>
</div>
</article>

Expand All @@ -40,7 +40,7 @@
$postCategory = get_category($postId[0])->slug;
?>
<div class="see-all">
<a class="btn btn-primary btn-lg" href="<?php echo '/' . $postCategory ?>"><?php _e('Meer nieuws', 'od') ?></a>
<a class="btn btn-primary btn-lg" href="<?php echo '/' . $postCategory ?>"><?php _e('More news', 'od') ?></a>
</div>
</section>

Expand Down

0 comments on commit c443766

Please sign in to comment.