1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-12 09:17:32 +00:00

Remove hardcoded text when updating dapp

This commit is contained in:
andytudhope 2019-08-08 13:12:21 +02:00 committed by Andy Tudhope
parent 21e587b6cc
commit d14397b0a6

View File

@ -182,7 +182,7 @@ export const updateAction = (dappId, metadata) => {
onStartProgressAction( onStartProgressAction(
metadata.name, metadata.name,
metadata.image, metadata.image,
'Status is an open source mobile DApp browser and messenger build for #Etherium', metadata.description,
TYPE_UPDATE, TYPE_UPDATE,
), ),
) )