From 39056413b69c4d97b39210fe49a8958a9cfa569c Mon Sep 17 00:00:00 2001
From: Yurii Koval <13747753+kovalur@users.noreply.github.com>
Date: Fri, 18 Oct 2019 17:38:05 +0300
Subject: [PATCH] added missing dots for labels to be consistent a across the
app
---
src/ui/page/settings/view.jsx | 4 ++--
static/app-strings.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/ui/page/settings/view.jsx b/src/ui/page/settings/view.jsx
index 39aa423c7..b24e27569 100644
--- a/src/ui/page/settings/view.jsx
+++ b/src/ui/page/settings/view.jsx
@@ -411,7 +411,7 @@ class SettingsPage extends React.PureComponent {
{__('You have')} {userBlockedChannelsCount} {__('blocked')}{' '}
{userBlockedChannelsCount === 1 && __('channel')}
{userBlockedChannelsCount !== 1 && __('channels')}.{' '}
-
+ .
}
/>
@@ -534,7 +534,7 @@ class SettingsPage extends React.PureComponent {
}}
>
Wallet encryption is currently unavailable until it's supported for synced accounts. It will
- be added back soon. %learn_more%
+ be added back soon. %learn_more%.
{/* {__('Secure your local wallet data with a custom password.')}{' '}
{__('Lost passwords cannot be recovered.')}
diff --git a/static/app-strings.json b/static/app-strings.json
index 3b58fe1e7..3c8fda583 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -778,7 +778,7 @@
"We're friendly. We promise.": "We're friendly. We promise.",
"No Channels Created Yet": "No Channels Created Yet",
"Create A Channel": "Create A Channel",
- "Wallet encryption is currently unavailable until it's supported for synced accounts. It will be added back soon. %learn_more%": "Wallet encryption is currently unavailable until it's supported for synced accounts. It will be added back soon. %learn_more%",
+ "Wallet encryption is currently unavailable until it's supported for synced accounts. It will be added back soon. %learn_more%.": "Wallet encryption is currently unavailable until it's supported for synced accounts. It will be added back soon. %learn_more%.",
"Unsave Password": "Unsave Password",
"Clear Saved Password": "Clear Saved Password",
"Forget": "Forget",