From 04c10bb6804d15da62f16c5d6b4641c948fbe405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 22 Oct 2024 07:40:52 +0200 Subject: [PATCH] pl-fe: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- .../pl-fe/src/features/status/components/detailed-status.tsx | 2 +- packages/pl-fe/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",