Skip to content

Commit

Permalink
feature(wallet-mobile): tx review operations notice
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Dec 18, 2024
1 parent a216c03 commit 4031b25
Show file tree
Hide file tree
Showing 5 changed files with 1,178 additions and 309 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export const useStrings = () => {
operationsLogTitle: intl.formatMessage(messages.operationsLogTitle),
operationsLogWarningText: intl.formatMessage(messages.operationsLogWarningText),
operationsLogWarningTitle: intl.formatMessage(messages.operationsLogWarningTitle),
operationsNoticeText: intl.formatMessage(messages.operationsNoticeText),
operationsNoticeButton: intl.formatMessage(messages.operationsNoticeButton),
operationsNoticeTitle: intl.formatMessage(messages.operationsNoticeTitle),
}
}

Expand Down Expand Up @@ -397,4 +400,17 @@ const messages = defineMessages({
id: 'txReview.createdBy',
defaultMessage: '!!!Created by',
},
operationsNoticeText: {
id: 'txReview.overview.operationsNoticeText',
defaultMessage:
'!!!You are about to interact with operations, which are key components used in governance and various blockchain activities. These include Cardano Governance Certificates, as outlined in CIP-0095, which facilitate governance transactions.',
},
operationsNoticeButton: {
id: 'txReview.overview.operationsNoticeButton',
defaultMessage: '!!!Ok',
},
operationsNoticeTitle: {
id: 'txReview.overview.operationsNoticeTitle',
defaultMessage: '!!!What are operations?',
},
})
Loading

0 comments on commit 4031b25

Please sign in to comment.