diff --git a/src/features/interaction-policies/index.tsx b/src/features/interaction-policies/index.tsx index 79c0bd7e2..f0bd8a64b 100644 --- a/src/features/interaction-policies/index.tsx +++ b/src/features/interaction-policies/index.tsx @@ -24,6 +24,8 @@ const messages = defineMessages({ submit: { id: 'interaction_policies.update', defaultMessage: 'Update' }, success: { id: 'interaction_policies.success', defaultMessage: 'Updated interaction policies' }, fail: { id: 'interaction_policies.fail', defaultMessage: 'Failed to update interaction policies' }, + always: { id: 'interaction_policies.rule.always', defaultMessage: 'Alwyas' }, + with_approval: { id: 'interaction_policies.rule.with_approval', defaultMessage: 'Require approval' }, }); const scopeMessages = defineMessages({ @@ -114,7 +116,7 @@ const InteractionPolicies = () => { )} - + items={items} value={interactionPolicies[visibility][policy].always as Array} @@ -122,7 +124,7 @@ const InteractionPolicies = () => { disabled={isUpdating} /> - + } diff --git a/src/features/settings/index.tsx b/src/features/settings/index.tsx index f58c058ea..eae6f02b7 100644 --- a/src/features/settings/index.tsx +++ b/src/features/settings/index.tsx @@ -83,7 +83,7 @@ const Settings = () => { {(features.filters || features.filtersV2) && } {features.federating && } - {features.interactionRequests && } + {features.interactionRequests && } diff --git a/src/locales/en.json b/src/locales/en.json index 4a0b06a99..e85ae1bc0 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -484,8 +484,6 @@ "compose_form.publish_loud": "{publish}!", "compose_form.save_changes": "Save changes", "compose_form.schedule": "Schedule", - "compose_form.scheduled_statuses.click_here": "Click here", - "compose_form.scheduled_statuses.message": "You have scheduled posts. {click_here} to see them.", "compose_form.spoiler.marked": "Media is marked as sensitive", "compose_form.spoiler.unmarked": "Media is not marked as sensitive", "compose_form.spoiler_placeholder": "Subject (optional)", @@ -903,6 +901,8 @@ "interaction_policies.entry.public": "Everyone", "interaction_policies.fail": "Failed to update interaction policies", "interaction_policies.mentioned_warning": "Mentioned users can always reply.", + "interaction_policies.rule.always": "Alwyas", + "interaction_policies.rule.with_approval": "Require approval", "interaction_policies.success": "Updated interaction policies", "interaction_policies.tabs.private": "Followers-only", "interaction_policies.tabs.public": "Public", diff --git a/src/locales/pl.json b/src/locales/pl.json index 9e8cfea00..ccf498107 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -898,7 +898,7 @@ "input.password.hide_password": "Ukryj hasło", "input.password.show_password": "Pokazuj hasło", "interaction_policies.entry.followers": "Obserwujący", - "interaction_policies.entry.following": "Obserwowani przeze mnie", + "interaction_policies.entry.following": "Obserwowani", "interaction_policies.entry.mentioned": "Wspomnieni", "interaction_policies.entry.public": "Wszyscy", "interaction_policies.fail": "Nie udało się zaktualizować zasad interakcji",