Skip to content

Commit

Permalink
Fix tos
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Mar 12, 2024
1 parent fbce8bd commit d1dfc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/blocks/authentication/social/social-tos.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function SocialAuthToS( props ) {

return getToSComponent(
props.translate(
'If you continue with Google, Apple, you agree to our {{tosLink}}Terms of Service{{/tosLink}}, and have read our {{privacyLink}}Privacy Policy{{/privacyLink}}.',
'If you continue with Google and Apple, you agree to our {{tosLink}}Terms of Service{{/tosLink}}, and have read our {{privacyLink}}Privacy Policy{{/privacyLink}}.',
toSLinks
)
);
Expand Down
1 change: 1 addition & 0 deletions client/blocks/login/continue-as-user.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import wpcom from 'calypso/lib/wp';
import { getCurrentUser } from 'calypso/state/current-user/selectors';
import { getCurrentQueryArguments } from 'calypso/state/selectors/get-current-query-arguments';
import getWooPasswordless from 'calypso/state/selectors/get-woo-passwordless';

import './continue-as-user.scss';

// Validate redirect URL using the REST endpoint.
Expand Down

0 comments on commit d1dfc35

Please sign in to comment.