diff --git a/packages/pl-fe/src/features/status/components/detailed-status.tsx b/packages/pl-fe/src/features/status/components/detailed-status.tsx index 6e218db4c..826e6ea48 100644 --- a/packages/pl-fe/src/features/status/components/detailed-status.tsx +++ b/packages/pl-fe/src/features/status/components/detailed-status.tsx @@ -24,7 +24,7 @@ import StatusTypeIcon from './status-type-icon'; import type { SelectedStatus } from 'pl-fe/selectors'; const messages = defineMessages({ - applicationName: { id: 'status.application_name', defaultMessage: 'Sent form {name}' }, + applicationName: { id: 'status.application_name', defaultMessage: 'Sent from {name}' }, }); interface IDetailedStatus { diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json index 94ffdf38f..1aeeb848a 100644 --- a/packages/pl-fe/src/locales/en.json +++ b/packages/pl-fe/src/locales/en.json @@ -1434,7 +1434,7 @@ "status.add_known_language": "Do not auto-translate posts in {language}.", "status.admin_account": "Moderate @{name}", "status.admin_status": "Open this post in the moderation interface", - "status.application_name": "Sent form {name}", + "status.application_name": "Sent from {name}", "status.approval.pending": "Pending approval", "status.approval.rejected": "Rejected", "status.bookmark": "Bookmark",