From 92d4011efb3d98ecfeb166abed96e276bf13f58b Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 25 Jun 2026 17:53:49 +0800
Subject: [PATCH] Polish usage tips close reminder pointer

---
 src/Apptag/Localization/en.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/Apptag/Localization/en.json b/src/Apptag/Localization/en.json
index 78b7151..285c321 100644
--- a/src/Apptag/Localization/en.json
+++ b/src/Apptag/Localization/en.json
@@ -215,8 +215,9 @@
   "settings.hideUsageTipsDesc": "When enabled, the floating tips at the bottom of the app grid are hidden.",
   "usageTips.previous": "Previous tip",
   "usageTips.next": "Next tip",
-  "usageTips.tip1.title": "Tip 1 - Add tags",
-  "usageTips.tip1.detail": "Open Settings, edit tags.",
+  "usageTips.close": "Close tips",
+  "usageTips.tip1.title": "Tip 1 - Edit tags",
+  "usageTips.tip1.detail": "Open Settings and switch to Tags to edit, Double-click a tag in the tag list to open tag editing quickly.",
   "usageTips.tip2.title": "Tip 2 - Tag apps",
   "usageTips.tip2.detail": "Long-press an app, then drag it onto a tag.",
   "usageTips.tip3.title": "Tip 3 - Move apps",
@@ -238,5 +239,9 @@
   "theme.purple": "Purple",
   "theme.green": "Green",
   "theme.blue": "Blue",
-  "theme.colorful": "Colorful"
+  "theme.colorful": "Colorful",
+  "usageTips.closeReminder.title": "Show tips again later",
+  "usageTips.closeReminder.message": "You can show tips again later in Settings > General by clearing “Hide usage tips”.",
+  "usageTips.closeReminder.doNotRemind": "Got it. Don’t remind me next time I close tips.",
+  "usageTips.closeReminder.previewCallout": "Clear this checkbox to show tips again"
 }

--
Gitblit v1.9.3