Skip to content

Commit

Permalink
fix(plugins/settings/pages/Plugins): add context menu item to filter …
Browse files Browse the repository at this point in the history
…for essential plugins
  • Loading branch information
PalmDevs committed Jan 3, 2025
1 parent 2c1d24b commit 23fb132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/settings/pages/Plugins/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function showInternalPluginsInformationAlert() {
'revenge.plugins.settings.plugins.internal-plugins.description',
<AlertModal
title="What are internal plugins?"
content="Internal plugins are directly integrated into Revenge, and provide core functionalities such as this settings menu. Some internal plugins provide necessary resources required by other plugins."
content="Internal plugins are directly integrated into Revenge, and provide core functionalities such as this settings menu. Some internal plugins are essential to provide necessary resources required by other plugins."
actions={<AlertActionButton text="OK" />}
/>,
)
Expand Down

0 comments on commit 23fb132

Please sign in to comment.