This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 28df3022 fix(i18n): correct typo in link description
28df3022 is described below

commit 28df302283ac34d13913a1ee9a6e687deb24f0ed
Author: LinkinStars <[email protected]>
AuthorDate: Mon Apr 7 14:49:24 2025 +0800

    fix(i18n): correct typo in link description
---
 i18n/en_US.yaml | 2 +-
 i18n/zh_CN.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml
index 023a4303..f220b454 100644
--- a/i18n/en_US.yaml
+++ b/i18n/en_US.yaml
@@ -565,7 +565,7 @@ backend:
         name:
           other: First Link
         desc:
-          other: First dirst added a link to another post.
+          other: First added a link to another post.
       first_reaction:
         name:
           other: First Reaction
diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml
index 07c4f658..fa43da24 100644
--- a/i18n/zh_CN.yaml
+++ b/i18n/zh_CN.yaml
@@ -564,7 +564,7 @@ backend:
         name:
           other: 第一个链接
         desc:
-          other: 第一个脏添加了一个链接到另一个帖子。
+          other: 第一次添加了一个链接到另一个帖子。
       first_reaction:
         name:
           other: 第一个响应

Reply via email to