Skip to content

Commit

Permalink
fix: change text "fullscreen" to "full screen"
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 2, 2024
1 parent b9765c7 commit a56415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/modals/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<button
type="button"
class="jse-fullscreen"
title="Toggle fullscreen"
title="Toggle full screen"
on:click={() => (fullscreen = !fullscreen)}
>
<Icon data={fullscreen ? faDownLeftAndUpRightToCenter : faUpRightAndDownLeftFromCenter} />
Expand Down

0 comments on commit a56415f

Please sign in to comment.