mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-20 07:21:27 +02:00
The post-install welcome step said "Look for NetBird in your tray" on every OS, but macOS has no system tray — the icon lives in the menu bar. Add macOS variants of the two strings (welcome.titleMac, welcome.descriptionMac, following the interfaceName.errorMac key convention) to all nine locale bundles and pick them via isMacOS(), which the component already uses to choose the screenshot. NET-1411 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>