Skip to content

Commit

Permalink
Changing ’ to ’ - #61
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Aug 23, 2023
1 parent ae70df5 commit 74ebb44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/refresh/index-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
?>

<h2><?php _e($model->today->date->format(C::$formats->display_date)); ?></h2>
<p>Todays entry on the Refresh calendar.</p>
<p>Today&rsquo;s entry on the Refresh calendar.</p>

<?php if ($model->today->people) : ?>
<h3>People</h3>
Expand All @@ -47,7 +47,7 @@
<?php endif; ?>

<h2><?php _e($this_month_text); ?></h2>
<p>View a printable version of this months calendar <a href="/refresh/print/?<?php _e($this_month_query); ?>" target="_blank">here</a>.</p>
<p>View a printable version of this month&rsquo;s calendar <a href="/refresh/print/?<?php _e($this_month_query); ?>" target="_blank">here</a>.</p>

<?php

Expand Down
2 changes: 1 addition & 1 deletion src/pages/refresh/print-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$prayer_calendar = Cache::get_prayer_calendar();

// output header
$this->header(new Header_Model("Prayer"), variant: "print");
$this->header(new Header_Model("Refresh Calendar"), variant: "print");

// output two pages
for ($i=0; $i<2; $i++) {
Expand Down

0 comments on commit 74ebb44

Please sign in to comment.