Skip to content

Commit

Permalink
fix: tooltip title
Browse files Browse the repository at this point in the history
Signed-off-by: Hristiyan <[email protected]>
  • Loading branch information
icoxxx committed Feb 12, 2025
1 parent 16a4f43 commit 4a5314b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const tooltipText = computed(() => {
if (route.query.previousTab) {
const previousTab = route.query.previousTab;
if (previousTab === 'readyToSign') {
return 'Transaction successfully signed by user and/or awaiting signature from others!';
return 'Transaction successfully signed!';
} else if (previousTab === 'inProgress') {
return 'Transaction is signed by all required signers!';
}
Expand Down

0 comments on commit 4a5314b

Please sign in to comment.