Skip to content

Commit

Permalink
Rename buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Apr 4, 2024
1 parent ff21301 commit 60d3e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/Edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ export default function Edit(props) {
<PaperFooter
buttonsLeft={
<Button variant="outlined" color="default" onClick={handleAbort}>
<Trans>Abort</Trans>
<Trans>Close</Trans>
</Button>
}
buttonsRight={
Expand Down
2 changes: 1 addition & 1 deletion src/views/Publication/Add.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export default function Add(props) {
{serviceList}
<Grid item xs={12} className={classes.buttonAbort}>
<Button variant="outlined" color="default" onClick={handleAbort}>
<Trans>Abort</Trans>
<Trans>Close</Trans>
</Button>
</Grid>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ export default function Settings(props) {
<PaperFooter
buttonsLeft={
<Button variant="outlined" color="default" onClick={handleAbort}>
<Trans>Abort</Trans>
<Trans>Close</Trans>
</Button>
}
buttonsRight={
Expand Down

0 comments on commit 60d3e8f

Please sign in to comment.