Reword "Upgrade on Restart" to "Upgrade on Close"
This commit is contained in:
parent
3e84907ac2
commit
fbc143aaaf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent {
|
|||
type="confirm"
|
||||
contentLabel={__("Update Downloaded")}
|
||||
confirmButtonLabel={__("Use it Now")}
|
||||
abortButtonLabel={__("Upgrade on Restart")}
|
||||
abortButtonLabel={__("Upgrade on Close")}
|
||||
onConfirmed={() => {
|
||||
ipcRenderer.send("autoUpdateAccepted");
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue