Update copy
This commit is contained in:
@@ -7,6 +7,7 @@ import {useQueryClient} from '@tanstack/react-query'
|
|||||||
import isEqual from 'lodash.isequal'
|
import isEqual from 'lodash.isequal'
|
||||||
|
|
||||||
import {logger} from '#/logger'
|
import {logger} from '#/logger'
|
||||||
|
import {isWeb} from '#/platform/detection'
|
||||||
import {STALE} from '#/state/queries'
|
import {STALE} from '#/state/queries'
|
||||||
import {useMyListsQuery} from '#/state/queries/my-lists'
|
import {useMyListsQuery} from '#/state/queries/my-lists'
|
||||||
import {
|
import {
|
||||||
@@ -73,6 +74,7 @@ export function PostInteractionSettingsControlledDialog({
|
|||||||
<Header />
|
<Header />
|
||||||
<PostInteractionSettingsForm {...rest} />
|
<PostInteractionSettingsForm {...rest} />
|
||||||
<Admonition type="tip" style={[a.mt_sm]}>
|
<Admonition type="tip" style={[a.mt_sm]}>
|
||||||
|
{isWeb ? (
|
||||||
<Trans>
|
<Trans>
|
||||||
You can configure defaults for these settings from within your{' '}
|
You can configure defaults for these settings from within your{' '}
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
@@ -81,6 +83,14 @@ export function PostInteractionSettingsControlledDialog({
|
|||||||
moderation settings screen.
|
moderation settings screen.
|
||||||
</InlineLinkText>
|
</InlineLinkText>
|
||||||
</Trans>
|
</Trans>
|
||||||
|
) : (
|
||||||
|
<Trans>
|
||||||
|
You can configure defaults for these settings from within{' '}
|
||||||
|
<Text style={[a.font_bold]}>
|
||||||
|
Settings → Moderation → Interaction settings
|
||||||
|
</Text>
|
||||||
|
</Trans>
|
||||||
|
)}
|
||||||
</Admonition>
|
</Admonition>
|
||||||
</View>
|
</View>
|
||||||
<Dialog.Close />
|
<Dialog.Close />
|
||||||
|
|||||||
Reference in New Issue
Block a user