From 300efc3862d69ca24cc0258519e694e31b40d2d6 Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Thu, 28 Sep 2023 13:59:16 +0200 Subject: [PATCH] Fixes #36791 - Fix typo in variable name Introduced with 510d53cd899134b54a935cdd675d69194a1f08bd --- app/views/taxonomies/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/taxonomies/_form.html.erb b/app/views/taxonomies/_form.html.erb index d8783375505..8affe1192b9 100644 --- a/app/views/taxonomies/_form.html.erb +++ b/app/views/taxonomies/_form.html.erb @@ -22,7 +22,7 @@ <% if User.current.allowed_to?(:view_provisioning_templates) %>
  • <%= _("Provisioning Templates") %>
  • <% end %> - <% if User.current.allowed_to?(:view_ptales) %> + <% if User.current.allowed_to?(:view_ptables) %>
  • <%= _("Partition Tables") %>
  • <% end %> <% if User.current.allowed_to?(:view_domains) %>