Skip to content

Commit

Permalink
feat: update email subject line text (#1483)
Browse files Browse the repository at this point in the history
Signed-off-by: Simi Hunjan <[email protected]>
  • Loading branch information
SimiHunjan authored Jan 24, 2025
1 parent 963eedf commit c04cee2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export enum NotificationTypeEmailSubjects {
TRANSACTION_CREATED = 'Hedera Transaction Tool | Transaction has been created',
TRANSACTION_WAITING_FOR_SIGNATURES = 'Hedera Transaction Tool | Action Required | Review and Sign Transaction',
TRANSACTION_READY_FOR_EXECUTION = 'Hedera Transaction Tool | Transaction ready for execution',
TRANSACTION_EXECUTED = 'Hedera Transaction Tool | Transaction has been executed',
TRANSACTION_CANCELLED = 'Hedera Transaction Tool | Transaction has been cancelled',
TRANSACTION_CREATED = 'Transaction has been created',
TRANSACTION_WAITING_FOR_SIGNATURES = 'Action Required | Review and Sign Transaction',
TRANSACTION_READY_FOR_EXECUTION = 'Transaction ready for execution',
TRANSACTION_EXECUTED = 'Transaction has been executed',
TRANSACTION_CANCELLED = 'Transaction has been cancelled',
}

0 comments on commit c04cee2

Please sign in to comment.