Skip to content

Commit

Permalink
Merge pull request #1215 from CruGlobal/label-whitespace
Browse files Browse the repository at this point in the history
[no-Jira] Revert whitespace removed from GoogleAccordion labels
  • Loading branch information
canac authored Dec 3, 2024
2 parents b29df9f + 75e3e35 commit 9664055
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 9664055

Please sign in to comment.