Skip to content

Commit

Permalink
GpNetTools: upd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpcb committed Dec 18, 2024
1 parent 3f0d00a commit 69737a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pages/globalping/network-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h1>{{displayingTestType}} from multiple locations in </h1>
: [ clearParamsValue.slice(0, splitPointIdx), clearParamsValue.slice(splitPointIdx + splitPoint.length) ];
let placeholderLocation = _.capitalizeStrEveryFirstLetter((rawLocation || 'world').split('-').join(' '), CAPITALIZE_EXCLUDE_LIST);

// set temp meta tag title, descr
// create temp title, descr, before any checks, required by GA
let title = this.createMetaTitle(rawTestType, placeholderLocation);
let description = this.createMetaDescr(rawTestType, placeholderLocation);

Expand Down

0 comments on commit 69737a1

Please sign in to comment.