projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024850c
)
Remove extra s at the end of term
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Mar 2018 15:45:13 +0000
(10:45 -0500)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/views/admin/dashboardWidget/index.html
b/views/admin/dashboardWidget/index.html
index
eb76c10
..
f134c86
100644
(file)
--- a/
views/admin/dashboardWidget/index.html
+++ b/
views/admin/dashboardWidget/index.html
@@
-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>