Skip to content

Commit

Permalink
chore: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Nov 23, 2023
1 parent a02c288 commit b617e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ export const AuthSettingsSection = ({
</Link>
</Text>
<InlineMessage marginBottom="16px">
The Singpass authentication feature is specific to Singapore available
on playground.
The Singpass authentication feature is not available on playground.
</InlineMessage>
<Radio.RadioGroup
value={settings.authType}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/features/admin-form/share/ShareFormModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export const ShareFormModal = ({
{goLinkSaved ? null : (
<Tooltip
placement="top"
label="These are features specific to SG Government and not available on playground."
label="Claiming Go link is not available on playground."
shouldWrapChildren
>
<Button
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/features/login/components/SgidLoginButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useForm } from 'react-hook-form'
import { useMutation } from 'react-query'
import { Box, Flex, Link, Text, VStack } from '@chakra-ui/react'

import { SGID_VALID_ORG_PAGE } from '~shared/constants'
Expand All @@ -21,7 +20,7 @@ export const SgidLoginButton = (): JSX.Element => {
<VStack alignItems="start">
<Tooltip
placement="top"
label="These are features specific to SG Government and not available on playground."
label="Log in with Singpass feature is not available on playground."
>
<Box width="100%">
{/* To prevent isDisabled swallowing the mouseover event for tooltip */}
Expand Down

0 comments on commit b617e67

Please sign in to comment.