From 04ea16a212104919965081637747c8476d60b33a Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 14 Jun 2026 10:40:18 +0800
Subject: [PATCH] Add localized website and ASC marketing assets
---
src/Apptag/EditModeViews.swift | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Apptag/EditModeViews.swift b/src/Apptag/EditModeViews.swift
index 64199a2..3e7a0cf 100644
--- a/src/Apptag/EditModeViews.swift
+++ b/src/Apptag/EditModeViews.swift
@@ -38,8 +38,8 @@
Text(hintText)
.font(.system(size: 11, weight: .medium))
.foregroundStyle(.secondary)
- .lineLimit(1)
- .truncationMode(.middle)
+ .lineLimit(2)
+ .multilineTextAlignment(.trailing)
.frame(maxWidth: 460, alignment: .trailing)
.help(hintText)
}
--
Gitblit v1.9.3