Skip to content

Commit

Permalink
add missing string
Browse files Browse the repository at this point in the history
  • Loading branch information
nistadev committed Dec 3, 2024
1 parent 273afce commit 94fb59f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function ConfirmSwapTransaction({
<TextField
className="walletPassword"
value={userPasswordState.value}
label="Password"
label={strings.password}
type="password"
onChange={e => {
txSubmitErrorState.update(null);
Expand Down

0 comments on commit 94fb59f

Please sign in to comment.