Skip to content

Commit

Permalink
new identity
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Nov 26, 2024
1 parent 0ce1da3 commit 4234abe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions browser/components/newidentity/content/newIdentityDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@

document.addEventListener("DOMContentLoaded", () => {
const dialog = document.getElementById("newIdentityDialog");

const accept = dialog.getButton("accept");
document.l10n.setAttributes(accept, "new-identity-dialog-confirm");
accept.classList.add("danger-button");
});


0 comments on commit 4234abe

Please sign in to comment.