pl-fe: fix typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9b40c46d59
commit
04c10bb680
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ import StatusTypeIcon from './status-type-icon';
|
||||||
import type { SelectedStatus } from 'pl-fe/selectors';
|
import type { SelectedStatus } from 'pl-fe/selectors';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
applicationName: { id: 'status.application_name', defaultMessage: 'Sent form {name}' },
|
applicationName: { id: 'status.application_name', defaultMessage: 'Sent from {name}' },
|
||||||
});
|
});
|
||||||
|
|
||||||
interface IDetailedStatus {
|
interface IDetailedStatus {
|
||||||
|
|
|
@ -1434,7 +1434,7 @@
|
||||||
"status.add_known_language": "Do not auto-translate posts in {language}.",
|
"status.add_known_language": "Do not auto-translate posts in {language}.",
|
||||||
"status.admin_account": "Moderate @{name}",
|
"status.admin_account": "Moderate @{name}",
|
||||||
"status.admin_status": "Open this post in the moderation interface",
|
"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.pending": "Pending approval",
|
||||||
"status.approval.rejected": "Rejected",
|
"status.approval.rejected": "Rejected",
|
||||||
"status.bookmark": "Bookmark",
|
"status.bookmark": "Bookmark",
|
||||||
|
|
Loading…
Reference in a new issue