From f36917f2dedb63c66c45016f80b1d5b71bd61f60 Mon Sep 17 00:00:00 2001 From: Stanislav Panchenko Date: Tue, 21 Nov 2023 14:43:21 +0500 Subject: [PATCH] Fix DEV Catalog example error --- dev/own_types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/own_types.rst b/dev/own_types.rst index 88489f4..90baa1c 100644 --- a/dev/own_types.rst +++ b/dev/own_types.rst @@ -491,8 +491,8 @@ After this, we can use our catalog in menu. templates { "x" { material: CAKE - name: "%activator_user_name%" - lore: "&7Age: &e%activator_user_age%" + name: "%ctg_user_name%" + lore: "&7Age: &e%ctg_user_age%" } } }