commit 318c6bcc3f9bc4bcc1846e149127e8736817062c
parent 03e68b3a10a67b84d37fc1372f97d9641c3d629c
Author: William Casarin <jb55@jb55.com>
Date: Sun, 3 Jul 2022 09:24:32 -0700
New encrypted message
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Views/DMChatView.swift b/damus/Views/DMChatView.swift
@@ -48,7 +48,7 @@ struct DMChatView: View {
}
var InputField: some View {
- TextField("New Message", text: $message)
+ TextField("New Encrypted Message", text: $message)
.padding([.leading, .trailing], 12)
.padding([.top, .bottom], 8)
.background {