diff --git a/static/app-strings.json b/static/app-strings.json index 2d83c801b..9ead97d64 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -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", diff --git a/ui/page/settingsAdvanced/view.jsx b/ui/page/settingsAdvanced/view.jsx index 83dad8729..00afc9f61 100644 --- a/ui/page/settingsAdvanced/view.jsx +++ b/ui/page/settingsAdvanced/view.jsx @@ -507,7 +507,7 @@ class SettingsPage extends React.PureComponent { /> )} - } /> + } /> {/* @if TARGET='app' */} {/* Auto launch in a hidden state doesn't work on mac https://github.com/Teamwork/node-auto-launch/issues/81 */}