From 276d14dd5d432b9b89dd410e0f7b5b9482118be5 Mon Sep 17 00:00:00 2001
From: Travis Ralston <travpc@gmail.com>
Date: Thu, 16 Jan 2020 14:46:19 -0700
Subject: [PATCH] Update labs documentation for feature_ftue_dms given new
 scope

See https://github.com/matrix-org/matrix-react-sdk/pull/3854
---
 docs/labs.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/labs.md b/docs/labs.md
index 5c418250..b08b251c 100644
--- a/docs/labs.md
+++ b/docs/labs.md
@@ -82,12 +82,11 @@ that downloads, stores, and indexes room messages for E2E encrypted rooms.
 The existing search will transparently work for encrypted rooms just like it
 does for non-encrypted.
 
-## New DM invite dialog (`feature_ftue_dms`)
+## New invite dialog (`feature_ftue_dms`)
 
-An improved dialog for inviting users. Once finished, this will replace both the
-DM creation dialog and the 'invite user' dialog. This is a work in progress and
-as such not all functionality may be present until the feature replaces today's
-UX.
+An improved dialog for inviting users. This replaces both the DM creation dialog 
+and the 'invite user' dialog, using your recent DMs as a suggestion for who to chat
+with.
 
 ## Bridge info tab (`feature_bridge_state`)