diff --git a/src/components/DashboardPage/EmptyState.js b/src/components/DashboardPage/EmptyState.js index fb6a3844..87da7431 100644 --- a/src/components/DashboardPage/EmptyState.js +++ b/src/components/DashboardPage/EmptyState.js @@ -40,7 +40,7 @@ class EmptyState extends PureComponent { emptyState Dashboard logo diff --git a/static/i18n/en/errors.yml b/static/i18n/en/errors.yml index 826e9d55..1962fae2 100644 --- a/static/i18n/en/errors.yml +++ b/static/i18n/en/errors.yml @@ -18,8 +18,8 @@ DisconnectedDevice: title: 'The device was disconnected.' description: '' Error: # as this is a generic unhandled error i think it's ok to have a generic title. but keep description to {{message}} - title: 'Oops, an error occurred.' - description: '{{message}}' + title: '{{message}}' + description: 'Something went wrong. Please contact our support.' FeeEstimationFailed: title: 'Fee estimation error. Try again or set a custom fee (status: {{status}})' description: '' diff --git a/static/images/empty-state-dashboard.svg b/static/images/empty-state-dashboard.svg new file mode 100644 index 00000000..d6f0fefd --- /dev/null +++ b/static/images/empty-state-dashboard.svg @@ -0,0 +1 @@ + diff --git a/static/images/ledgerlive-logo.svg b/static/images/ledgerlive-logo.svg index 84b28fcb..037eaae1 100644 --- a/static/images/ledgerlive-logo.svg +++ b/static/images/ledgerlive-logo.svg @@ -1,28 +1,2 @@ - - - - Icon - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/static/images/logos/emptyStateDashboard.png b/static/images/logos/emptyStateDashboard.png deleted file mode 100644 index a82b2dd4..00000000 Binary files a/static/images/logos/emptyStateDashboard.png and /dev/null differ