Skip to content

Commit

Permalink
fix type desc
Browse files Browse the repository at this point in the history
  • Loading branch information
rlesniak committed Nov 6, 2023
1 parent 5e83aea commit 189633a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/manager/Import.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Import({ modalProps, actions }) {
<Button style={itemStyle} onClick={() => onSelectType('wallet')}>
<span style={{ fontWeight: 700 }}>Wallet</span>
<View style={{ color: theme.alt2PillText }}>
<div>CSV Wallet file</div>
<div>A Budgetbakers Wallet App</div>
</View>
</Button>
</View>
Expand Down

0 comments on commit 189633a

Please sign in to comment.