From 17349d7de6a993f1be23cc40892f416a836fd447 Mon Sep 17 00:00:00 2001 From: Rasmus Tauts 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" }