From 26edf04211a96646df7853b732a5dd07f38001c3 Mon Sep 17 00:00:00 2001 From: Ryan Nielson Date: Mon, 25 May 2026 00:09:22 -0300 Subject: [PATCH] Fix BBCode text property reference name in documentation --- tutorials/ui/bbcode_in_richtextlabel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/ui/bbcode_in_richtextlabel.rst b/tutorials/ui/bbcode_in_richtextlabel.rst index 11d66aeb2..bbb2dd7f4 100644 --- a/tutorials/ui/bbcode_in_richtextlabel.rst +++ b/tutorials/ui/bbcode_in_richtextlabel.rst @@ -36,7 +36,7 @@ Using BBCode ------------ By default, :ref:`class_RichTextLabel` functions like a normal :ref:`class_Label`. -It has the :ref:`property_text ` property, which you can +It has the :ref:`text ` property, which you can edit to have uniformly formatted text. To be able to use BBCode for rich text formatting, you need to turn on the BBCode mode by setting :ref:`bbcode_enabled `. After that, you can edit the :ref:`text `