diff --git a/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx b/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx index 7ea0d6b652..e65b347de8 100644 --- a/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx +++ b/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx @@ -111,13 +111,13 @@ export default function SaveAllPreviewPopover({ }`} className="rounded-md border border-secondary bg-background_alt p-2" > -
+
{t("saveAllPreview.scope.label", { ns: "views/settings", })} - {scopeLabel} + {scopeLabel} {item.profileName && ( <> @@ -125,7 +125,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {item.profileName} @@ -135,7 +135,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {item.fieldPath} @@ -143,7 +143,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {formatValue(item.value)}