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", "Languages": "Languages",
"License": "License", "License": "License",
"More": "More", "More": "More",
"FREE": "FREE",
"Related": "Related", "Related": "Related",
"No related content found": "No related content found", "No related content found": "No related content found",
"Download": "Download", "Download": "Download",
@ -103,7 +102,7 @@
"Balance": "Balance", "Balance": "Balance",
"Full History": "Full History", "Full History": "Full History",
"Refresh": "Refresh", "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", "Amount": "Amount",
"Recipient address": "Recipient address", "Recipient address": "Recipient address",
"Send": "Send", "Send": "Send",
@ -192,6 +191,7 @@
"Comment": "Comment", "Comment": "Comment",
"Your comment": "Your comment", "Your comment": "Your comment",
"Post": "Post", "Post": "Post",
"Posting...": "Posting...",
"Incompatible daemon": "Incompatible daemon", "Incompatible daemon": "Incompatible daemon",
"Incompatible daemon running": "Incompatible daemon running", "Incompatible daemon running": "Incompatible daemon running",
"Close App and LBRY Processes": "Close App and LBRY Processes", "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.", "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.", "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", "Reply": "Reply",
"Replying...": "Replying...",
"refreshing the app": "refreshing the app", "refreshing the app": "refreshing the app",
"Follower": "Follower", "Follower": "Follower",
"%repost_channel_link% reposted": "%repost_channel_link% reposted", "%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' */} {/* @if TARGET='app' */}
{/* Auto launch in a hidden state doesn't work on mac https://github.com/Teamwork/node-auto-launch/issues/81 */} {/* Auto launch in a hidden state doesn't work on mac https://github.com/Teamwork/node-auto-launch/issues/81 */}