diff --git a/templates/CRM/Event/Form/EventFees.tpl b/templates/CRM/Event/Form/EventFees.tpl
index 0b40719f362f..93887cb5d944 100644
--- a/templates/CRM/Event/Form/EventFees.tpl
+++ b/templates/CRM/Event/Form/EventFees.tpl
@@ -34,39 +34,39 @@
{$form.discount_id.label} | {$form.discount_id.html} |
{/if}
{if $action eq 2 and $hasPayment} {* Updating *}
- {if $lineItem}
-
- {ts}Selections{/ts} |
- {include file="CRM/Price/Page/LineItem.tpl" context="Event"} |
-
- {else}
-
- {ts}Event Level{/ts} |
- {$fee_level} {if $fee_amount}- {$fee_amount|crmMoney:$fee_currency}{/if} |
-
- {/if}
-
- |
-
- {ts}Change Selections{/ts}
- |
+ {if $lineItem}
+
+ {ts}Selections{/ts} |
+ {include file="CRM/Price/Page/LineItem.tpl" context="Event"} |
+
+ {else}
+
+ {ts}Event Level{/ts} |
+ {$fee_level} {if $fee_amount}- {$fee_amount|crmMoney:$fee_currency}{/if} |
- {else} {* New participant *}
- {if $priceSet.fields}
-