소다라이브 -> 보이스온

This commit is contained in:
Yu Sung
2024-10-12 01:18:04 +09:00
parent a92e42b718
commit 2be010d790
7 changed files with 9 additions and 9 deletions

View File

@@ -425,7 +425,7 @@ final class UserProfileViewModel: ObservableObject {
let shortUrl = url?.absoluteString
let urlString = shortUrl != nil ? shortUrl! : longDynamicLink.absoluteString
self.shareMessage = "소다라이브 \(self.creatorProfile!.creator.nickname)님의 채널입니다.\n\(urlString)"
self.shareMessage = "보이스온 \(self.creatorProfile!.creator.nickname)님의 채널입니다.\n\(urlString)"
self.isShowShareView = true
}
}