From cfb864f5ab36377e99962fee82c07f59eca3d5df Mon Sep 17 00:00:00 2001
From: Rasmus Tauts <rasmus.tauts@glia.com>
Date: Tue, 8 Oct 2024 09:42:33 +0300
Subject: [PATCH] Update Entry Widget media types texts

According to the design, new media type texts were added

MOB-3616
---
 GliaWidgets/Sources/EntryWidget/EntryWidget.Channel.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GliaWidgets/Sources/EntryWidget/EntryWidget.Channel.swift b/GliaWidgets/Sources/EntryWidget/EntryWidget.Channel.swift
index 6fd86bc01..dcc60399f 100644
--- a/GliaWidgets/Sources/EntryWidget/EntryWidget.Channel.swift
+++ b/GliaWidgets/Sources/EntryWidget/EntryWidget.Channel.swift
@@ -25,9 +25,9 @@ extension EntryWidget {
             case .chat:
                 return "For the texter in all of us"
             case .audio:
-                return "Speak through your phone"
+                return "Speak through your device"
             case .video:
-                return "You'll see us, but we won't see you"
+                return "Face-to-face, just like in person"
             case .secureMessaging:
                 return "Start a conversation, we'll get back to you"
             }