diff --git a/themes/blueprint/templates/myresearch/checkedout.phtml b/themes/blueprint/templates/myresearch/checkedout.phtml index e4152da519047d470cbdef22b0c78941aa2acfc5..cfc35daa29dbcf3b2648105407fa7696c06dbddd 100644 --- a/themes/blueprint/templates/myresearch/checkedout.phtml +++ b/themes/blueprint/templates/myresearch/checkedout.phtml @@ -5,7 +5,7 @@ // Set up breadcrumbs: $this->layout()->breadcrumbs = '<a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a>' . '<span>></span><em>' - . $this->transEsc('Checked Out') . '</em>'; + . $this->transEsc('Checked Out Items') . '</em>'; ?> <div class="<?=$this->layoutClass('mainbody')?>"> <h3><?=$this->transEsc('Your Checked Out Items')?></h3> diff --git a/themes/bootprint/templates/myresearch/checkedout.phtml b/themes/bootprint/templates/myresearch/checkedout.phtml index 2f737525d345dcd06dd92279dba0df0ef2fef55a..9ee5e9cb55257df7951aade01e396682a962d1d8 100644 --- a/themes/bootprint/templates/myresearch/checkedout.phtml +++ b/themes/bootprint/templates/myresearch/checkedout.phtml @@ -4,7 +4,7 @@ // Set up breadcrumbs: $this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a> <span class="divider">></span></li>' - . '<li class="active">' . $this->transEsc('Checked Out') . '</li>'; + . '<li class="active">' . $this->transEsc('Checked Out Items') . '</li>'; ?> <div class="<?=$this->layoutClass('mainbody')?>"> diff --git a/themes/bootstrap/templates/myresearch/checkedout.phtml b/themes/bootstrap/templates/myresearch/checkedout.phtml index 7c00925865a7bf12bf9dbb02e2394d68dfdea697..5c8386ed2a4628c276e4ba6546129283001edb78 100644 --- a/themes/bootstrap/templates/myresearch/checkedout.phtml +++ b/themes/bootstrap/templates/myresearch/checkedout.phtml @@ -4,7 +4,7 @@ // Set up breadcrumbs: $this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a> <span class="divider">></span></li>' - . '<li class="active">' . $this->transEsc('Checked Out') . '</li>'; + . '<li class="active">' . $this->transEsc('Checked Out Items') . '</li>'; ?> <div class="<?=$this->layoutClass('mainbody')?>">