Skip to content

Commit

Permalink
Fixed issue #11968: Correct "Google Analytics API Key" to "Google Ana…
Browse files Browse the repository at this point in the history
…lytics Tracking ID"
  • Loading branch information
c-schmitz committed Nov 30, 2016
1 parent f6f5ee0 commit 6cb1d4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@
</div>
<!-- Google Analytics -->
<div class="form-group">
<label class="col-sm-5 control-label" for='googleanalyticsapikey'><?php eT("Google Analytics API key:"); ?></label>
<label class="col-sm-5 control-label" for='googleanalyticsapikey'><?php eT("Google Analytics Tracking ID:"); ?></label>
<div class="col-sm-7">
<?php echo CHtml::textField('googleanalyticsapikey',$esrow['googleanalyticsapikey'],array('size'=>20), array('class'=>"form-control")); ?>
</div>
Expand Down

1 comment on commit 6cb1d4d

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.