Skip to content

Commit

Permalink
fix(ui): Rename "Restore from file" button into "Restore session" #24
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Oct 20, 2023
1 parent 71e4841 commit 58276cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/home/actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Actions({
secondary
size="sm"
>
Restore from file
Restore session
</Button>
<Button
disabled={!allWorks.length}
Expand Down

0 comments on commit 58276cc

Please sign in to comment.