added missing dots for labels to be consistent a across the app
This commit is contained in:
parent
28fe56ddf3
commit
39056413b6
2 changed files with 3 additions and 3 deletions
|
@ -411,7 +411,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
{__('You have')} {userBlockedChannelsCount} {__('blocked')}{' '}
|
{__('You have')} {userBlockedChannelsCount} {__('blocked')}{' '}
|
||||||
{userBlockedChannelsCount === 1 && __('channel')}
|
{userBlockedChannelsCount === 1 && __('channel')}
|
||||||
{userBlockedChannelsCount !== 1 && __('channels')}.{' '}
|
{userBlockedChannelsCount !== 1 && __('channels')}.{' '}
|
||||||
<Button button="link" label={__('Manage')} navigate={`/$/${PAGES.BLOCKED}`} />
|
<Button button="link" label={__('Manage')} navigate={`/$/${PAGES.BLOCKED}`} />.
|
||||||
</p>
|
</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
|
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>
|
</I18nMessage>
|
||||||
{/* {__('Secure your local wallet data with a custom password.')}{' '}
|
{/* {__('Secure your local wallet data with a custom password.')}{' '}
|
||||||
<strong>{__('Lost passwords cannot be recovered.')} </strong>
|
<strong>{__('Lost passwords cannot be recovered.')} </strong>
|
||||||
|
|
|
@ -778,7 +778,7 @@
|
||||||
"We're friendly. We promise.": "We're friendly. We promise.",
|
"We're friendly. We promise.": "We're friendly. We promise.",
|
||||||
"No Channels Created Yet": "No Channels Created Yet",
|
"No Channels Created Yet": "No Channels Created Yet",
|
||||||
"Create A Channel": "Create A Channel",
|
"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",
|
"Unsave Password": "Unsave Password",
|
||||||
"Clear Saved Password": "Clear Saved Password",
|
"Clear Saved Password": "Clear Saved Password",
|
||||||
"Forget": "Forget",
|
"Forget": "Forget",
|
||||||
|
|
Loading…
Add table
Reference in a new issue