1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 09:13:54 +00:00

Button message tweak

This commit is contained in:
Katherine Reynolds
2025-11-17 16:01:48 -08:00
parent 7e02df22e0
commit 2943a97071

View File

@@ -287,8 +287,8 @@ export class TunnelDemoComponent implements OnInit, OnDestroy {
title: "Connection Request",
content: `Remote device requesting connection:\n\nUsername: ${remoteUsername}\nClient ID: ${clientId}\n\nDo you want to approve this connection?`,
type: "warning",
acceptButtonText: { key: "approve" },
cancelButtonText: { key: "deny" },
// acceptButtonText: { key: "approve" },
// cancelButtonText: { key: "deny" },
});
respond(result);