diff --git a/apps/agent/app/public/meta/details.md b/apps/agent/app/public/meta/details.md index b0efd0b0f1..edf5194347 100644 --- a/apps/agent/app/public/meta/details.md +++ b/apps/agent/app/public/meta/details.md @@ -1,2 +1,4 @@ -The Agent app +Aragon Agent is a fully-fledged Ethereum account owned by an Aragon organization. It's like a multi-signature account on steroids that enables organizations to interact with any Ethereum contract or protocol. This means it can be thought of as the external interface of a DAO. +## WARNING +Users should be cautious about which entities have permission to execute actions and transfer assets from the Agent. Setting the wrong permission could lead to an irreversible loss of assets. Review the permissions set in the Agent app carefully before depositing a significant amount of valuable assets in the Agent. diff --git a/apps/agent/public/meta/details.md b/apps/agent/public/meta/details.md deleted file mode 100644 index 98d8c96769..0000000000 --- a/apps/agent/public/meta/details.md +++ /dev/null @@ -1 +0,0 @@ -Aragon Agent is a fully-fledged Ethereum account owned by an Aragon organization. It's like a multi-signature account on steroids that enables organizations to interact with any Ethereum contract or protocol. This means it can be thought of as the external interface of a DAO. diff --git a/apps/agent/public/meta/icon.svg b/apps/agent/public/meta/icon.svg deleted file mode 100644 index 81972c6992..0000000000 --- a/apps/agent/public/meta/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/apps/finance/app/public/meta/details.md b/apps/finance/app/public/meta/details.md index e32aed3d92..342099bb09 100644 --- a/apps/finance/app/public/meta/details.md +++ b/apps/finance/app/public/meta/details.md @@ -1,4 +1,4 @@ -The Finance app makes it easy to manage an organization's financial assets. +The Finance app makes it easy to manage an organization's financial assets. ## Features - Deposit and withdraw ETH, ERC-20-, and ERC-677-compatible tokens. diff --git a/apps/token-manager/app/public/meta/details.md b/apps/token-manager/app/public/meta/details.md index 49b14f781c..11a599cec9 100644 --- a/apps/token-manager/app/public/meta/details.md +++ b/apps/token-manager/app/public/meta/details.md @@ -3,4 +3,4 @@ The Tokens app is used to manage the supply and distribution of an organization' ## Features - Issue new tokens and remove existing tokens. - Browse a list of all tokenholders and see how tokens are distributed among them. -- Get an at-a-glance view of stats about the token, such as the token name and ticker symbol, the total supply, and whether or not the token is transferable. +- Get an at-a-glance view of stats about the token, such as the token name and ticker symbol, the total supply, and whether or not the token is transferable.