Skip to content

Commit cbca69b

Browse files
committed
chore(frontend): update reinstall guidance
1 parent 11507b0 commit cbca69b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/frontend/src/components/menu/addons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function Content() {
377377
</div>
378378
<SettingsCard
379379
title="My Addons"
380-
description="Edit, remove, and reorder your installed addons. If you reorder your addons, you will have to refresh the catalogs if you have made any changes, and also reinstall the addon."
380+
description="Edit, remove, and reorder your installed addons. Reordering addons may require a reinstall - if it does, a pop-up will tell you."
381381
>
382382
<DndContext
383383
modifiers={[restrictToVerticalAxis]}
@@ -1763,7 +1763,7 @@ function CatalogSettingsCard() {
17631763
return (
17641764
<SettingsCard
17651765
title="Catalogs"
1766-
description="Rename, Reorder, and toggle your catalogs, and apply modifications like RPDB posters and shuffling. If you reorder the addons, you need to reinstall the addon"
1766+
description="Rename, reorder, and toggle your catalogs, and apply modifications like RPDB posters and shuffling. Adjusting catalogs may require a reinstall - if it does, a pop-up will tell you."
17671767
action={
17681768
<IconButton
17691769
size="sm"

packages/frontend/src/components/menu/save-install.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ function Content() {
448448

449449
{/* <SettingsCard
450450
title="Install"
451-
description="Choose how you want to install your personalized addon. There is no need to reinstall the addon after updating your configuration above, unless you've updated your upstream addons."
451+
description="Choose how you want to install your personalized addon. If a reinstall is necessary, a pop-up will tell you - otherwise, you do not need to reinstall."
452452
>
453453
<div className="flex flex-wrap gap-3">
454454
<Button
@@ -475,7 +475,7 @@ function Content() {
475475

476476
<SettingsCard
477477
title="Install"
478-
description="Install your addon using your preferred method. There usually isn't a need to reinstall the addon after updating your configuration above, unless you use catalogs and you've changed the order of them or the addons that provide them"
478+
description="Install your addon using your preferred method. If a reinstall is necessary, a pop-up will tell you - otherwise, you do not need to reinstall."
479479
>
480480
<div className="flex justify-between items-center">
481481
<Button intent="white" rounded onClick={installModal.open}>

0 commit comments

Comments
 (0)