dev/core#1344 Simplify email template logic on displaying billing detail
[civicrm-core.git] / xml / templates / message_templates / case_activity_html.tpl
index dd54906ce3e6582a62381b06a67f29fbbeda0a11..0dcc6c47656fa81491667656686429d19ed042c5 100644 (file)
      {if $editActURL}
      <tr>
        <td colspan="2" {$valueStyle}>
-   <a href="{$editActURL}" title="{ts}Edit this activity{/ts}">{ts}Edit this activity{/ts}</a>
+   <a href="{$editActURL}" title="{ts}Edit activity{/ts}">{ts}Edit activity{/ts}</a>
        </td>
      </tr>
      {/if}
      {if $viewActURL}
      <tr>
        <td colspan="2" {$valueStyle}>
-   <a href="{$viewActURL}" title="{ts}View this activity{/ts}">{ts}View this activity{/ts}</a>
+   <a href="{$viewActURL}" title="{ts}View activity{/ts}">{ts}View activity{/ts}</a>
        </td>
      </tr>
      {/if}