diff --git a/typescripts/sd_tab/sd_tab.tsx b/typescripts/sd_tab/sd_tab.tsx
index ac12d4f5..4f2b8cc4 100644
--- a/typescripts/sd_tab/sd_tab.tsx
+++ b/typescripts/sd_tab/sd_tab.tsx
@@ -284,6 +284,18 @@ class SDTab extends React.Component<{}> {
})
}}
>
+ {
+ const prompt = multiPrompts.getPrompt().positive
+ multiPrompts.setPrompt({
+ positive: `${prompt} ${value.item}`,
+ })
+ }}
+ >
`
}
diff --git a/typescripts/viewer/viewer.tsx b/typescripts/viewer/viewer.tsx
index bb6a3a30..d1818ec7 100644
--- a/typescripts/viewer/viewer.tsx
+++ b/typescripts/viewer/viewer.tsx
@@ -499,7 +499,7 @@ const Viewer = observer(() => {
title="expand the Photoshop masking by x pixels"
>
- {Locale('Expand by')}
+ {Locale('Expand by')}{' '}
{mask_store.data.expand_by}