Skip to content

Commit

Permalink
Merge pull request mautic#1667 from escopecz/contact-back-to-lead
Browse files Browse the repository at this point in the history
%contact% lang variable changed back to %lead%
  • Loading branch information
dongilbert committed May 2, 2016
2 parents 450e47f + 69da452 commit 3b619ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/bundles/CampaignBundle/Translations/en_US/messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mautic.campaign.event.leadchange="contact changed campaigns"
mautic.campaign.event.leadchange_descr="Trigger actions when a contact is added/removed from a campaign."
mautic.campaign.event.systemchanges.header="System Changes"
mautic.campaign.event.triggered="'%event%' event triggered"
mautic.campaign.event.triggered.description="Triggered on '%campaign%' campaign by %contact%"
mautic.campaign.event.triggered.description="Triggered on '%campaign%' campaign by %lead%"
mautic.campaign.event.upcoming="'%event%' event triggers"
mautic.campaign.event.upcoming.description="Will be triggered on '%campaign%'"
mautic.campaign.form.addevent="Use the list to the right to add triggers and actions to the dripflow."
Expand Down
2 changes: 1 addition & 1 deletion app/bundles/LeadBundle/Translations/en_US/messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ mautic.lead.merge.select="Choose the contact to merge with:"
mautic.lead.merge.select.tooltip="Choose the contact to merge with."
mautic.lead.note.confirmdelete="Delete this note?"
mautic.lead.note.details="At %dateAdded%, %author% wrote:"
mautic.lead.note.event="Note at %contact%"
mautic.lead.note.event="Note at %lead%"
mautic.lead.note.form.text="Note text"
mautic.lead.note.form.type="Note Type"
mautic.lead.note.header.edit="Edit note"
Expand Down

0 comments on commit 3b619ea

Please sign in to comment.