From 115354be8eba1fecd463925df8f00a6a34009b1a Mon Sep 17 00:00:00 2001 From: ThePotato97 <10260415+ThePotato97@users.noreply.github.com> Date: Tue, 15 Sep 2020 23:42:17 +0100 Subject: [PATCH] It's not confirmMessage, it's confirmContent (#53752) --- tgui/docs/component-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/docs/component-reference.md b/tgui/docs/component-reference.md index 4e56377ddcf..cca34decc96 100644 --- a/tgui/docs/component-reference.md +++ b/tgui/docs/component-reference.md @@ -246,7 +246,7 @@ A button with an extra confirmation step, using native button component. **Props:** - See inherited props: [Button](#button) -- `confirmMessage: string` - Text to display after first click; defaults to "Confirm?" +- `confirmContent: string` - Text to display after first click; defaults to "Confirm?" - `confirmColor: string` - Color to display after first click; defaults to "bad" ### `Button.Input`