Skip to content

Commit ac1d162

Browse files
committed
Update i18n tooltip string
1 parent 7ae2af7 commit ac1d162

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

Diff for: client/my-sites/stats/features/modules/stats-locations/stats-locations.tsx

+16-13
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,22 @@ const StatsLocations: React.FC< StatsModuleLocationsProps > = ( { query, summary
218218

219219
const titleTooltip = (
220220
<StatsInfoArea>
221-
{ translate( 'Visitors {{link}}viewing location{{/link}} by countries, regions and cities.', {
222-
comment: '{{link}} links to support documentation.',
223-
components: {
224-
link: (
225-
<a
226-
target="_blank"
227-
rel="noreferrer"
228-
href={ localizeUrl( `${ supportUrl }#countries` ) }
229-
/>
230-
),
231-
},
232-
context: 'Stats: Link in a popover for Countries module when the module has data',
233-
} ) }
221+
{ translate(
222+
'Visitors‘ {{link}}viewing location{{/link}} by countries, regions and cities.',
223+
{
224+
comment: '{{link}} links to support documentation.',
225+
components: {
226+
link: (
227+
<a
228+
target="_blank"
229+
rel="noreferrer"
230+
href={ localizeUrl( `${ supportUrl }#countries` ) }
231+
/>
232+
),
233+
},
234+
context: 'Stats: Link in a popover for Countries module when the module has data',
235+
}
236+
) }
234237
</StatsInfoArea>
235238
);
236239

0 commit comments

Comments
 (0)