Add a more explicit warning to the crostini-use-lxd-4 flag

Bug: 1097610, 1295574
Change-Id: Icb908b598d8677d4565793df48dd94cf28f304b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3470496
Commit-Queue: Fergus Dall <[email protected]>
Auto-Submit: Fergus Dall <[email protected]>
Reviewed-by: David Munro <[email protected]>
Commit-Queue: David Munro <[email protected]>
Cr-Commit-Position: refs/heads/main@{#972284}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 870e52d4..4de6da34 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -4369,7 +4369,7 @@
     "Recreates the LXD database every time we launch it";
 
 const char kCrostiniUseLxd4Name[] =
-    "Use LXD 4 instead of the default - Irreversible";
+    "Use LXD 4 instead of the default - Dangerous & Irreversible";
 const char kCrostiniUseLxd4Description[] =
     "Uses LXD version 4 instead of the default version. WARNING: Once this is "
     "set you can't unset it without deleting your entire container";