fix scheduled post cancel button text

environments/review-develop-3zknud/deployments/3796
animegrafmays 2023-09-13 14:54:27 -04:00
rodzic 54413ceb8e
commit 870f2c85a2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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?' },
}); });

Wyświetl plik

@ -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",