Skip to content

Commit

Permalink
docs(plugin): update plugins document
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Mar 4, 2024
1 parent 7fea7b7 commit 38ae7bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/HeaderSlogan/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const content = {
},
plugin: {
title: <Translate id="plugin.title">Plugins</Translate>,
slogan: <Translate id="plugin.slogan">Extend functionality to your needs.</Translate>,
slogan: <Translate id="plugin.slogan">Extend capabilities and unlock new possibilities with our community-made plugins.</Translate>,
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/pages/plugins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Plugins(): JSX.Element {
return (
<Layout
title={translate({ message: 'Plugins' })}
description="Extend functionality to your needs.">
description="Extend capabilities and unlock new possibilities with our community-made plugins.">
<HeaderSlogan type="plugin" />
<Container className='py-5'>
<div style={{ fontSize: '1.25rem' }}>
Expand All @@ -37,7 +37,7 @@ export default function Plugins(): JSX.Element {
)
}}
>
{`Anyone can {submit_link} to Apache Answer. If you have questions about building your own plugin, {community_link}.`}
{`Built by the community, for the community. Everyone can {submit_link} to Apache Answer. Need help building yours? Join the {community_link}.`}
</Translate>
</div>

Expand Down

0 comments on commit 38ae7bf

Please sign in to comment.