Skip to content

Commit 6650696

Browse files
cmuellnerph1p
authored andcommitted
app.tsx: Fix typo when plugin is running
This fixes a simple typo in the text that is shown in app.tsx when a plugin is running. Signed-off-by: Christoph Müllner <christophm30@gmail.com>
1 parent 7b7fed5 commit 6650696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const App: Component = () => {
101101
}
102102
>
103103
<ScreenInfo>
104-
<h2 class="text-4xl">A Plugin currently running</h2>
104+
<h2 class="text-4xl">A plugin is currently running</h2>
105105
<p class="text-xl mt-2 text-gray-300">
106106
Select "Draw" to show the canvas.
107107
</p>

0 commit comments

Comments
 (0)