Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Mar 17, 2023
1 parent 8ed164e commit f16ef05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/renderer/pages/CopyGamesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function CopyGamesPage() {
aria="Go Next"
onClick={() => navigate('/welcome')}
>
Skip and go back to the home screen
Skip and go back to Tools & Stuff
</BtnSimple>
)}
{statusCopyGames === true && (
Expand Down
8 changes: 4 additions & 4 deletions src/renderer/pages/EmulatorsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function EmulatorsPage() {
<Wrapper>
<Header title="Manage your Emulators" />
<p className="lead">
In this page you can update your configuration or even install new
In this page you can update your configurations or even install new
emulators. An orange notification means you have an updated
configuration for that emulator.
</p>
Expand All @@ -344,22 +344,22 @@ function EmulatorsPage() {
<>
<div className="container--grid">
{Object.keys(updates).length > 0 && (
<div data-col-md="3">
<div data-col-md="4">
<CardSettings
icon={iconGear}
css="is-highlighted"
btnCSS="btn-simple--1"
iconSize="md"
title={'Update all Configurations'}
description="Update all you configurations at once"
description="Update all you configurations at once. New configurations might contain bug fixes or performance improvements"
button={disableResetButton ? 'Please wait...' : 'Update'}
onClick={() => resetEmus()}
disabled={disableResetButton}
notification={true}
/>
</div>
)}
<div data-col-md="3">
<div data-col-md="4">
<CardSettings
icon={iconPackage}
css="is-highlighted"
Expand Down

0 comments on commit f16ef05

Please sign in to comment.