Skip to content

Commit

Permalink
Merge branch '5.x' into 5.0.4-to-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Apr 16, 2024
2 parents 26e6083 + c5f33cc commit 9a65c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/bundles/FormBundle/Resources/views/Form/details.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@
<div class="panel-body">
<h5 class="fw-sb mb-sm">{{ 'mautic.form.form.header.copy'|trans }}</h5>
<p class="mb-sm">{{ 'mautic.form.form.help.landingpages'|trans }}</p>
<a href="#" class="btn btn-info" data-toggle="modal" data-target="#modal-automatic-copy">{{ 'mautic.form.form.header.automaticcopy'|trans }}</a>
<a href="#" class="btn btn-info" data-toggle="modal" data-target="#modal-manual-copy">{{ 'mautic.form.form.header.manualcopy'|trans }}</a>
<a href="#" class="btn btn-info" data-toggle="modal" data-target="#modal-automatic-copy">{{ 'mautic.form.form.header.embedded'|trans }}</a>
<a href="#" class="btn btn-info" data-toggle="modal" data-target="#modal-manual-copy">{{ 'mautic.form.form.header.selfhosted'|trans }}</a>
</div>
</div>
</div>
Expand All @@ -246,7 +246,7 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title fw-sb">{{ 'mautic.form.form.header.automaticcopy'|trans }}</h5>
<h5 class="modal-title fw-sb">{{ 'mautic.form.form.header.embedded'|trans }}</h5>
</div>
<div class="modal-body">
<p>{{ 'mautic.form.form.help.automaticcopy'|trans }}</p>
Expand All @@ -269,7 +269,7 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title fw-sb">{{ 'mautic.form.form.header.manualcopy'|trans }}</h5>
<h5 class="modal-title fw-sb">{{ 'mautic.form.form.header.selfhosted'|trans }}</h5>
</div>
<div class="panel-body">
<p>{{ 'mautic.form.form.help.selfhosted'|trans }}</p>
Expand Down
4 changes: 2 additions & 2 deletions app/bundles/FormBundle/Translations/en_US/messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ mautic.form.form.component.fields="Add a new field"
mautic.form.form.component.submitactions="Add a new submit action"
mautic.form.form.confirmbatchdelete="Delete the selected forms? This will also delete ALL results associated with these forms!"
mautic.form.form.confirmdelete="Delete the form, %name%? This will also delete ALL results associated with this form!"
mautic.form.form.header.automaticcopy="Automatic"
mautic.form.form.header.embedded="Embedded"
mautic.form.form.header.copy="Form HTML"
mautic.form.form.header.edit="Edit Form - %name%"
mautic.form.form.header.manualcopy="Manual Copy"
mautic.form.form.header.selfhosted="Self-hosted"
mautic.form.form.header.new="New Form"
mautic.form.form.header.preview="Preview Form"
mautic.form.form.help.automaticcopy="When you use this option, the entire form can be edited within the platform and these changes will automatically be reflected on any page where it is inserted."
Expand Down

0 comments on commit 9a65c8b

Please sign in to comment.