Browse Source

Collections labels

pjc 5 years ago
parent
commit
d33527fcb1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sections/collages/browse.php

+ 2
- 2
sections/collages/browse.php View File

@@ -160,14 +160,14 @@ $Collages = $DB->to_array();
160 160
 $DB->query('SELECT FOUND_ROWS()');
161 161
 list($NumResults) = $DB->next_record();
162 162
 
163
-View::show_header(($BookmarkView) ? 'Your bookmarked collectionss' : 'Browse collections');
163
+View::show_header(($BookmarkView) ? 'Your bookmarked collections' : 'Collections');
164 164
 ?>
165 165
 <div class="thin">
166 166
   <div class="header">
167 167
 <?  if ($BookmarkView) { ?>
168 168
     <h2>Your bookmarked collections</h2>
169 169
 <?  } else { ?>
170
-    <h2>Browse collections<?=(!empty($UserLink) ? (isset($CollageIDs) ? " with contributions by $UserLink" : " started by $UserLink") : '')?></h2>
170
+    <h2>Collections<?=(!empty($UserLink) ? (isset($CollageIDs) ? " with contributions by $UserLink" : " started by $UserLink") : '')?></h2>
171 171
 <?  } ?>
172 172
   </div>
173 173
 <?  if (!$BookmarkView) { ?>

Loading…
Cancel
Save