Skip to content

Commit

Permalink
Merge pull request #1117 from Automattic/update/analytics-help-link
Browse files Browse the repository at this point in the history
Site Settings: changed the language of the Google Analytics help text
  • Loading branch information
Rick Banister committed Dec 1, 2015
2 parents bd19321 + 0b10235 commit 579046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/site-settings/form-analytics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = React.createClass( {
onKeyPress={ this.recordEventOnce.bind( this, 'typedAnalyticsKey', 'Typed In Analytics Key Field' ) }
/>
<p className="settings-explanation"><a href="https://support.google.com/analytics/answer/1032385?hl=en" target="_blank">{
this.translate( 'Where to find my code?' )
this.translate( 'Where can I find my Tracking ID?' )
}
</a></p>
</fieldset>
Expand Down

0 comments on commit 579046a

Please sign in to comment.