From 6ca2bfdc343e9b1a43a5b133721632ccc1f63408 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 1 Jun 2020 13:31:31 -0400 Subject: [PATCH] clean up strings --- ui/page/wallet/view.jsx | 22 +++++++++++++++++----- ui/scss/component/_claim-list.scss | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ui/page/wallet/view.jsx b/ui/page/wallet/view.jsx index 0548be781..fe88062b2 100644 --- a/ui/page/wallet/view.jsx +++ b/ui/page/wallet/view.jsx @@ -40,17 +40,29 @@ const WalletPage = (props: Props) => { subtitle={

- There are a lot of ways to get LBC! You can have your friend send you a few, earn rewards, or - purchase your own. + {__( + 'There are a lot of ways to get LBC! You can purchase your own, earn rewards, or have your friend send you a few.' + )}

-
} diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index 479842552..757f375ab 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -363,7 +363,7 @@ $width: calc((100vw / 2) - var(--spacing-s) * 2); width: $width; @include handleClaimTileGifThumbnail($width); - margin-bottom: var(--spacing-large); + margin-bottom: var(--spacing-l); &:first-child, &:nth-child(2n + 1) {