Remove extra s at the end of term
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Mar 2018 15:45:13 +0000 (10:45 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Mar 2018 15:45:13 +0000 (10:45 -0500)
Don't need extra s here.

views/admin/dashboardWidget/index.html

index eb76c10..f134c86 100644 (file)
@@ -8,7 +8,7 @@
                     Number of {$terms.term_member_plur_cap} Listed:</b> {$numbMembers}
                 </td>
                 <td>
-                    <a href="{$adminUrl}?page=glm-members-admin-menu-members&glm_action=list" class="glm-right">List {$terms.term_member_plur_cap}s</a>
+                    <a href="{$adminUrl}?page=glm-members-admin-menu-members&glm_action=list" class="glm-right">List {$terms.term_member_plur_cap}</a>
                 </td>
             </tr>
             <tr>