Skip to content

Commit

Permalink
fix: [lw-12338] remove end message from activities tab in nami mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore authored and rhyslbw committed Feb 18, 2025
1 parent 960607b commit 9e8e947
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nami/src/ui/app/components/historyViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const HistoryViewer = () => {
fontWeight="bold"
color="gray.400"
>
Use a Cardano explorer to see full transaction history.
... nothing more
</Box>
) : (
<Box textAlign="center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@
"unlock.input.placeholder": "Password",
"unlock.sectionTitle": "Welcome back!",
"walletActivity.sectionTitle": "Activity",
"walletActivity.endMessage": "Use a Cardano explorer to see full transaction history.",
"walletSetup.backModal.iUnderstandGoBack": "Cancel",
"walletSetup.backModal.ohOkLetsContinue": "Got it",
"walletSetup.backModal.youllHaveToStartAgain": "You'll have to start again",
Expand Down

0 comments on commit 9e8e947

Please sign in to comment.