added missing dots for labels to be consistent a across the app

This commit is contained in:
Yurii Koval 2019-10-18 17:38:05 +03:00 committed by Sean Yesmunt
parent 28fe56ddf3
commit 39056413b6
2 changed files with 3 additions and 3 deletions

View file

@ -411,7 +411,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
{__('You have')} {userBlockedChannelsCount} {__('blocked')}{' '}
{userBlockedChannelsCount === 1 && __('channel')}
{userBlockedChannelsCount !== 1 && __('channels')}.{' '}
<Button button="link" label={__('Manage')} navigate={`/$/${PAGES.BLOCKED}`} />
<Button button="link" label={__('Manage')} navigate={`/$/${PAGES.BLOCKED}`} />.
</p>
}
/>
@ -534,7 +534,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
}}
>
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%.
</I18nMessage>
{/* {__('Secure your local wallet data with a custom password.')}{' '}
<strong>{__('Lost passwords cannot be recovered.')} </strong>

View file

@ -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",