Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _inc/client/traffic/site-stats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const SiteStats = moduleSettingsForm(
<InlineExpand label={ __( 'Advanced Options' ) }>
<div>
<FormFieldset>
<FormLegend>{ __( 'Registered Users: Count the page views of registered users who are logged in' ) }</FormLegend>
<FormLegend>{ __( 'Count logged in page views from' ) }</FormLegend>
{
Object.keys( siteRoles ).map( key => (
<FormToggle
Expand All @@ -141,7 +141,7 @@ export const SiteStats = moduleSettingsForm(
}
</FormFieldset>
<FormFieldset>
<FormLegend>{ __( 'Report Visibility: Select the roles that will be able to view stats reports' ) }</FormLegend>
<FormLegend>{ __( 'Allow stats reports to be viewed by' ) }</FormLegend>
<FormToggle
compact
checked={ true }
Expand Down