This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new bd801ae1 fix(typo): submit a pugin instead of submit an plugin (#123)
bd801ae1 is described below
commit bd801ae1e2e627170752483767afece025a22898
Author: Lu Fei <[email protected]>
AuthorDate: Mon Nov 20 20:15:54 2023 -0600
fix(typo): submit a pugin instead of submit an plugin (#123)
close #122
---
src/pages/plugins.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/plugins.tsx b/src/pages/plugins.tsx
index 9876ea09..6830702a 100644
--- a/src/pages/plugins.tsx
+++ b/src/pages/plugins.tsx
@@ -27,7 +27,7 @@ export default function Plugins(): JSX.Element {
values={{
submit_link: (
<a href="https://github.com/apache/incubator-answer-plugins"
target='_blank'>
- <Translate id="plugins.instruction.submit">submit an
plugin</Translate>
+ <Translate id="plugins.instruction.submit">submit a
plugin</Translate>
</a>
),
community_link: (
@@ -37,7 +37,7 @@ export default function Plugins(): JSX.Element {
)
}}
>
- {`Anyone can {submit_link} to Answer. If you have questions about
building your own plugin, {community_link}.`}
+ {`Anyone can {submit_link} to Apache Answer. If you have questions
about building your own plugin, {community_link}.`}
</Translate>
</div>