Skip to content

Commit 511cabf

Browse files
Update tools/server/webui/src/lib/components/app/misc/CodePreviewDialog.svelte
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent d6b52d0 commit 511cabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/components/app/misc/CodePreviewDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<DialogPrimitive.Content class="code-preview-content">
3737
<iframe
3838
bind:this={iframeRef}
39-
title={`Preview ${language}`}
39+
title="Preview {language}"
4040
sandbox="allow-scripts"
4141
class="code-preview-iframe"
4242
></iframe>

0 commit comments

Comments
 (0)