Skip to content

Commit

Permalink
Dev Some minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 19, 2018
1 parent 28a82ee commit 9949f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/survey/fruity/options/options.twig
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
<div class='col-sm-12 col-md-4'>
{# Brandlogo #}
<div class='form-group row'>
<label for='simple_edit_options_brandlogo' class='control-label'> {{ gT("Brand logo") }}</label>
<label for='simple_edit_options_brandlogo' class='control-label'> {{ gT("Logo") }}</label>
<div class='col-sm-12'>
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-default">
Expand All @@ -585,7 +585,7 @@
<div class='col-sm-8 col-md-6'>
{# Brandlogo file selector #}
<div class='form-group row'>
<label for='simple_edit_options_brandlogofile' class='control-label'>{{ gT("Brand logo file") }}</label>
<label for='simple_edit_options_brandlogofile' class='control-label'>{{ gT("Logo file") }}</label>
<div class='col-sm-12'>
<select class='form-control selector_option_value_field selector_radio_childfield selector_image_selector' data-parent="brandlogo" id='simple_edit_options_brandlogofile' name='brandlogofile'>
{% if templateConfiguration.sid is not empty or templateConfiguration.gsid is not empty %}
Expand Down

0 comments on commit 9949f30

Please sign in to comment.