Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no-Jira] Revert whitespace removed from GoogleAccordion labels #1215

Merged
merged 1 commit into from
Dec 3, 2024
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
12 changes: 6 additions & 6 deletions src/components/Settings/integrations/Google/GoogleAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ export const GoogleAccordion: React.FC<AccordionProps> = ({
</StyledFormLabel>
<Typography>
{t(`Google’s suite of tools are great at connecting you to your
Ministry Partners.`)}
Ministry Partners.`)}
</Typography>
<Typography mt={2}>
{t(
`By synchronizing your Google services with {{appName}}, you will be able
to:`,
to:`,
{ appName },
)}
</Typography>
Expand All @@ -150,8 +150,8 @@ export const GoogleAccordion: React.FC<AccordionProps> = ({
<Typography>
{t(
`Connect your Google account to begin, and then setup specific
settings for Google Calendar and Contacts. {{appName}} leaves you in
control of how each service stays in sync.`,
settings for Google Calendar and Contacts. {{appName}} leaves you in
control of how each service stays in sync.`,
{ appName },
)}
</Typography>
Expand Down Expand Up @@ -188,8 +188,8 @@ export const GoogleAccordion: React.FC<AccordionProps> = ({
<Alert severity="warning" style={{ marginTop: '15px' }}>
{t(
`The link between {{appName}} and your Google account stopped working. Click "Refresh Google Account" to
re-enable it. After that, you'll need to manually re-enable any integrations that you had set
already.`,
re-enable it. After that, you'll need to manually re-enable any integrations that you had set
already.`,
{ appName },
)}
</Alert>
Expand Down
Loading