diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2025-02-14 05:48:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 14:48:44 -0600 |
commit | f45f9afab7a4ae5c6ad6de395470ff82e3008efa (patch) | |
tree | 14608edb2db7c77ff9be8a0ed2d16a1039c565f0 /src | |
parent | a3f79cc714946b0f6f5d32f3bdf0c4f0df540dac (diff) | |
download | voidsky-f45f9afab7a4ae5c6ad6de395470ff82e3008efa.tar.zst |
Update PostInteractionSettingsDialog.tsx (#7726)
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/PostInteractionSettingsDialog.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index e4bc77702..fdf075ca4 100644 --- a/src/components/dialogs/PostInteractionSettingsDialog.tsx +++ b/src/components/dialogs/PostInteractionSettingsDialog.tsx @@ -81,8 +81,9 @@ export function PostInteractionSettingsControlledDialog({ <Trans> You can set default interaction settings in{' '} <Text style={[a.font_bold, t.atoms.text_contrast_medium]}> - Settings → Moderation → Interaction settings. + Settings → Moderation → Interaction settings </Text> + . </Trans> </Text> </View> |