From fa0dbadc36c24c68652ee8bebc0cbc784bd89abf Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Wed, 11 Mar 2020 23:04:07 +0000 Subject: [PATCH 1/3] Agent: update App Center description --- apps/agent/app/public/meta/details.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. From 9f32da5f9a9c2caaec316c31d8812faa14ee3278 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Wed, 11 Mar 2020 23:04:25 +0000 Subject: [PATCH 2/3] Agent: remove unused meta files --- apps/agent/public/meta/details.md | 1 - apps/agent/public/meta/icon.svg | 1 - 2 files changed, 2 deletions(-) delete mode 100644 apps/agent/public/meta/details.md delete mode 100644 apps/agent/public/meta/icon.svg 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 From bfde662299a7c7a210613f3e551c1ddeee687202 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Wed, 11 Mar 2020 23:05:01 +0000 Subject: [PATCH 3/3] Finance, TokenManager: cosmetic whitespace fix --- apps/finance/app/public/meta/details.md | 2 +- apps/token-manager/app/public/meta/details.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.