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 3cf54e0 commit 315265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/global_settings/_general.php
Expand Up @@ -155,7 +155,7 @@
</div>

<div class="form-group">
<label class="col-sm-2 control-label" for='googleanalyticsapikey'><?php eT("Google Analytics API key:"); ?></label>
<label class="col-sm-2 control-label" for='googleanalyticsapikey'><?php eT("Google Analytics Tracking ID:"); ?></label>
<div class="col-sm-3">
<input class="form-control" type='text' size='35' id='googleanalyticsapikey' name='googleanalyticsapikey' value="<?php echo htmlspecialchars(getGlobalSetting('googleanalyticsapikey')); ?>" />
</div>
Expand Down

0 comments on commit 315265a

Please sign in to comment.