kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
fix scheduled post cancel button text
rodzic
54413ceb8e
commit
870f2c85a2
|
@ -12,7 +12,7 @@ import type { Status as StatusEntity } from 'soapbox/types/entities';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
cancel: { id: 'scheduled_status.cancel', defaultMessage: 'Cancel' },
|
cancel: { id: 'scheduled_status.cancel', defaultMessage: 'Cancel' },
|
||||||
deleteConfirm: { id: 'confirmations.scheduled_status_delete.confirm', defaultMessage: 'Cancel' },
|
deleteConfirm: { id: 'confirmations.scheduled_status_delete.confirm', defaultMessage: 'Discard' },
|
||||||
deleteHeading: { id: 'confirmations.scheduled_status_delete.heading', defaultMessage: 'Cancel scheduled post' },
|
deleteHeading: { id: 'confirmations.scheduled_status_delete.heading', defaultMessage: 'Cancel scheduled post' },
|
||||||
deleteMessage: { id: 'confirmations.scheduled_status_delete.message', defaultMessage: 'Are you sure you want to cancel this scheduled post?' },
|
deleteMessage: { id: 'confirmations.scheduled_status_delete.message', defaultMessage: 'Are you sure you want to cancel this scheduled post?' },
|
||||||
});
|
});
|
||||||
|
|
|
@ -527,7 +527,7 @@
|
||||||
"confirmations.revoke_session.confirm": "Revoke",
|
"confirmations.revoke_session.confirm": "Revoke",
|
||||||
"confirmations.revoke_session.heading": "Revoke current session",
|
"confirmations.revoke_session.heading": "Revoke current session",
|
||||||
"confirmations.revoke_session.message": "You are about to revoke your current session. You will be signed out.",
|
"confirmations.revoke_session.message": "You are about to revoke your current session. You will be signed out.",
|
||||||
"confirmations.scheduled_status_delete.confirm": "Cancel",
|
"confirmations.scheduled_status_delete.confirm": "Discard",
|
||||||
"confirmations.scheduled_status_delete.heading": "Cancel scheduled post",
|
"confirmations.scheduled_status_delete.heading": "Cancel scheduled post",
|
||||||
"confirmations.scheduled_status_delete.message": "Are you sure you want to cancel this scheduled post?",
|
"confirmations.scheduled_status_delete.message": "Are you sure you want to cancel this scheduled post?",
|
||||||
"confirmations.unfollow.confirm": "Unfollow",
|
"confirmations.unfollow.confirm": "Unfollow",
|
||||||
|
|
Ładowanie…
Reference in New Issue