Comment v69 strings and misc.

This commit is contained in:
infiinte-persistence 2020-10-08 11:12:25 +08:00 committed by Sean Yesmunt
parent 5d2d6d2a94
commit 1100a07108
2 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,6 @@
"Languages": "Languages",
"License": "License",
"More": "More",
"FREE": "FREE",
"Related": "Related",
"No related content found": "No related content found",
"Download": "Download",
@ -103,7 +102,7 @@
"Balance": "Balance",
"Full History": "Full History",
"Refresh": "Refresh",
"Send LBRY Credits to your friends or favorite creators": "Send LBRY Credits to your friends or favorite creators",
"Send LBRY Credits to your friends or favorite creators.": "Send LBRY Credits to your friends or favorite creators.",
"Amount": "Amount",
"Recipient address": "Recipient address",
"Send": "Send",
@ -192,6 +191,7 @@
"Comment": "Comment",
"Your comment": "Your comment",
"Post": "Post",
"Posting...": "Posting...",
"Incompatible daemon": "Incompatible daemon",
"Incompatible daemon running": "Incompatible daemon running",
"Close App and LBRY Processes": "Close App and LBRY Processes",
@ -715,6 +715,7 @@
"When the alpha ends, we will attempt to transition comments, but do not promise to do so.": "When the alpha ends, we will attempt to transition comments, but do not promise to do so.",
"All comments are viewable by anyone, keep this in mind before writing a comment.": "All comments are viewable by anyone, keep this in mind before writing a comment.",
"Reply": "Reply",
"Replying...": "Replying...",
"refreshing the app": "refreshing the app",
"Follower": "Follower",
"%repost_channel_link% reposted": "%repost_channel_link% reposted",

View file

@ -507,7 +507,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
/>
)}
<Card title={__('Upload Settings')} actions={<PublishSettings />} />
<Card title={__('Upload settings')} actions={<PublishSettings />} />
{/* @if TARGET='app' */}
{/* Auto launch in a hidden state doesn't work on mac https://github.com/Teamwork/node-auto-launch/issues/81 */}