Skip to content

Commit 297ef27

Browse files
committed
fix: Minor fixes
1 parent 092b96e commit 297ef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Plugins/PluginModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const PluginModal: React.FC<{
8383
>
8484
<Box id="plugin-modal-title" sx={{ display: 'flex', alignItems: 'center', mb: 1 }}>
8585
{plugin.name.startsWith('@rcb-plugins/') && (
86-
<GalleryTooltip content={t('plugin_card.official_plugin_verified')}>
86+
<GalleryTooltip content={t('plugin_modal.official_plugin_verified')}>
8787
<CheckCircleIcon
8888
color="primary"
8989
sx={{

0 commit comments

Comments
 (0)