This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/answer-plugins.git
commit d8acc3befa145e60d68ca426301095476fc8c211 Author: shuai <[email protected]> AuthorDate: Fri Aug 15 16:02:56 2025 +0800 fix: Unified menu copy --- quick-links/i18n/en_US.yaml | 2 +- quick-links/info.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quick-links/i18n/en_US.yaml b/quick-links/i18n/en_US.yaml index ac1a9d6..9794192 100644 --- a/quick-links/i18n/en_US.yaml +++ b/quick-links/i18n/en_US.yaml @@ -35,4 +35,4 @@ plugin: description: other: Separate “title, URL” with commas. One link per line. frontend: - quick_links: Quick Links \ No newline at end of file + quick_links: Quicklinks \ No newline at end of file diff --git a/quick-links/info.yaml b/quick-links/info.yaml index e21c561..b3848db 100644 --- a/quick-links/info.yaml +++ b/quick-links/info.yaml @@ -17,6 +17,6 @@ slug_name: quick_links type: sidebar -version: 0.0.3 +version: 0.0.4 author: answerdev link: https://github.com/apache/answer-plugins/tree/main/quick-links
