diff --git a/client/installer.nsis b/client/installer.nsis index 41907030e..96d60a785 100644 --- a/client/installer.nsis +++ b/client/installer.nsis @@ -3,7 +3,7 @@ !define WEB_SITE "Netbird.io" !define VERSION $%APPVER% !define COPYRIGHT "Netbird Authors, 2022" -!define DESCRIPTION "A WireGuard®-based mesh network that connects your devices into a single private network" +!define DESCRIPTION "Connect your devices into a secure WireGuard-based overlay network with SSO, MFA, and granular access controls." !define INSTALLER_NAME "netbird-installer.exe" !define MAIN_APP_EXE "Netbird" !define ICON "ui\\assets\\netbird.ico" diff --git a/client/netbird.wxs b/client/netbird.wxs index 230521d3a..ba827debf 100644 --- a/client/netbird.wxs +++ b/client/netbird.wxs @@ -30,7 +30,7 @@ Id="NetBirdService" Name="NetBird" DisplayName="NetBird" - Description="A WireGuard-based mesh network that connects your devices into a single private network." + Description="Connect your devices into a secure WireGuard-based overlay network with SSO, MFA and granular access controls." Start="auto" Type="ownProcess" ErrorControl="normal" Account="LocalSystem"