Skip to content

Commit

Permalink
Merge pull request #2222 from threefoldtech/development_314_accountAd…
Browse files Browse the repository at this point in the history
…dress

Rename Account ID to Account Address
  • Loading branch information
AhmedHanafy725 authored Feb 22, 2024
2 parents 27feebe + f8c557e commit a5fd7a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ export default {
return [
{ name: "ID", value: twinId || "-" },
{
name: "Account ID",
name: "Account Address",
value: accountId || "-",
icon: "mdi-content-copy",
callback: copy,
hint: "Copy the account id to the clipboard.",
hint: "Copy the account address to the clipboard.",
},
{ name: "Relay", value: relay || "-" },
];
Expand Down

0 comments on commit a5fd7a7

Please sign in to comment.