Skip to content

Commit 5f52526

Browse files
fix: copy
1 parent e242cea commit 5f52526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/StyledMarkdownPreview/SecureImageComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const SecureImageComponent: React.FC<SecureImageComponentProps> = ({
162162
)}
163163

164164
<LoadButton onClick={() => setShowImage(true)}>
165-
Load Image {hasQueryParams && "(Contains Parameters)"}
165+
Load Image
166166
</LoadButton>
167167
</ImagePlaceholder>
168168
);

0 commit comments

Comments
 (0)