projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d5d26
)
Fix IM label
author
Coleman Watts
<coleman@civicrm.org>
Wed, 5 Mar 2014 18:31:14 +0000
(13:31 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 5 Mar 2014 18:31:14 +0000
(13:31 -0500)
templates/CRM/Contact/Form/Edit/IM.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Contact/Form/Edit/IM.tpl
b/templates/CRM/Contact/Form/Edit/IM.tpl
index 7843f2c3238f870d218ee0820dff97a2ae342258..acb9b748da172b610748c4c5bfa3d2c25f6f3adf 100644
(file)
--- a/
templates/CRM/Contact/Form/Edit/IM.tpl
+++ b/
templates/CRM/Contact/Form/Edit/IM.tpl
@@
-48,7
+48,7
@@
{if !$addBlock}
<tr>
<td colspan="4">
- <a href="#" title={ts}Add{/ts} onClick="buildAdditionalBlocks( 'IM', '{$className}');return false;">{ts}Add another IM
Id
{/ts}</a>
+ <a href="#" title={ts}Add{/ts} onClick="buildAdditionalBlocks( 'IM', '{$className}');return false;">{ts}Add another IM{/ts}</a>
</td>
</tr>
{/if}