Skip to content

Commit

Permalink
fix #48972
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Sep 16, 2024
1 parent ae039e1 commit 412544c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/Security/SecuritySettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ function SecuritySettingsPage() {
<Section
title={translate('delegate.copilotDelegatedAccess')}
renderSubtitle={() => (
<View style={[styles.flexRow, styles.alignItemsCenter, styles.w100, styles.mt2]}>
<Text style={[styles.flexRow, styles.alignItemsCenter, styles.w100, styles.mt2]}>
<Text style={[styles.textNormal, styles.colorMuted]}>{translate('delegate.copilotDelegatedAccessDescription')} </Text>
<TextLink
style={[styles.link]}
href={CONST.COPILOT_HELP_URL}
>
{translate('common.learnMore')}
</TextLink>
</View>
</Text>
)}
isCentralPane
subtitleMuted
Expand Down

0 comments on commit 412544c

Please sign in to comment.