diff --git a/static/app-strings.json b/static/app-strings.json index aa85af808..3ebee3421 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -418,6 +418,7 @@ "Unclaimable": "Unclaimable", "Claimed": "Claimed", "Enter reward code": "Enter reward code", + "Redeem a custom reward code for": "Redeem a custom reward code for", "Redeem": "Redeem", "Code": "Code", "Nothing here": "Nothing here", @@ -900,6 +901,7 @@ "Community Choice?": "Community Choice?", "Download to your Library": "Download to your Library", "Leave a Comment": "Leave a Comment", + "That was pretty deep. What do you think?": "That was pretty deep. What do you think?", "%repost_total% Reposts": "%repost_total% Reposts", "File Description": "File Description", "View %count% reposts": "View %count% reposts", @@ -1532,5 +1534,6 @@ "Repost url": "Repost url", "Close sidebar - hide channels you are following": "Close sidebar - hide channels you are following", "Expand sidebar - view channels you are following.": "Expand sidebar - view channels you are following.", + "You have found the edge of the internet. %repost% or %publish% your stuff here to claim this spot.": "You have found the edge of the internet. %repost% or %publish% your stuff here to claim this spot.", "--end--": "--end--" } diff --git a/ui/modal/modalAutoUpdateDownloaded/view.jsx b/ui/modal/modalAutoUpdateDownloaded/view.jsx index 25da3e5f5..6f3cddfb8 100644 --- a/ui/modal/modalAutoUpdateDownloaded/view.jsx +++ b/ui/modal/modalAutoUpdateDownloaded/view.jsx @@ -35,7 +35,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent { contentLabel={__('Upgrade Downloaded')} title={__('LBRY leveled up')} confirmButtonLabel={__('Upgrade Now')} - abortButtonLabel={__('Not now')} + abortButtonLabel={__('Not Now')} confirmButtonDisabled={this.state.disabled} onConfirmed={() => { this.setState({ disabled: true });