Commit e06e67d
committed
feat(agent-installer): refine Agent Tunnel dialog text
Align user-facing strings with the project's UI conventions and remove
implementation-specific terminology so the installer reads cleanly to an
operator who doesn't (and shouldn't have to) know about transport
protocols, token formats, or which Devolutions product minted the
enrollment string.
- Drop "QUIC" from feature description and dialog title/subtitle. The
agent tunnel may be implemented over QUIC today; that's not something
the operator running the installer needs to think about.
- Drop "JWT" from labels, hints, and error messages. "Enrollment string"
is the product term we already use and is self-explanatory.
- Drop "Devolutions Server, Hub, or Gateway" enumeration. The
enrollment string originates from whatever orchestration tool the
operator runs (could be DVLS, Hub, a rebranded distribution, or a
future third-party integration). Replace with "your gateway operator"
— neutral, accurate, doesn't lock in product names.
- Drop the JWT-shape and base64url-decodability checks in
`AgentTunnelDialog.DoValidate`. The dialog now only checks the
enrollment string is non-empty; structural validation happens at the
gateway and the gateway's error reaches the operator verbatim through
the InstallMessage.Error surface. Avoids the dialog half-validating
implementation details that may evolve.
- Tighten dialog title from "Agent Tunnel Configuration" to "Agent
Tunnel" to match the noun-phrase pattern in the rest of the wxl
catalog (e.g. "Destination Folder", "External URL", "Certificate").
- Normalize casing to Title Case for labels (matching existing
"Advertise Subnets:" / "Advertise Domains:"). Hints stay sentence
case ending with a period.
- Update Agent Name hint to describe the fallback chain in plain
English without leaking JWT internals.
- Reword the enrollment-timeout failure to prompt the operator to check
Gateway reachability, which is the actual recovery action.
Same edits applied to the French resource file.1 parent 81fd4da commit e06e67d
4 files changed
Lines changed: 29 additions & 50 deletions
File tree
- package/AgentWindowsManaged
- Actions
- Dialogs
- Resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
| 340 | + | |
342 | 341 | | |
343 | 342 | | |
344 | 343 | | |
345 | 344 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
350 | 349 | | |
351 | 350 | | |
352 | 351 | | |
| |||
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
382 | | - | |
| 381 | + | |
383 | 382 | | |
384 | 383 | | |
385 | 384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 56 | | |
77 | 57 | | |
78 | 58 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
68 | 70 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments