From 4760f0005002fbde77150b0b497f19e8885f83a4 Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Thu, 17 Dec 2020 17:15:04 +0800 Subject: [PATCH] Fix "Not Now" ## Issue: https://discord.com/channels/362322208485277697/646840786662719488/788694493532520458 ## Change: It's either adding the non-capitalized "Not now" to the list, or change the usage to "Not Now". Chose the latter since the rest of the modal (and other usage) is using the capitalized format. --- static/app-strings.json | 3 +++ ui/modal/modalAutoUpdateDownloaded/view.jsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 });