From c04b7faecc982dcc0d5e75c4e06dc320b8081581 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Fri, 12 Jul 2019 09:42:22 -0600 Subject: [PATCH] Translate Inspector option titles --- modules/backend/traits/InspectableContainer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/backend/traits/InspectableContainer.php b/modules/backend/traits/InspectableContainer.php index b36e7f79f..39bf65b02 100644 --- a/modules/backend/traits/InspectableContainer.php +++ b/modules/backend/traits/InspectableContainer.php @@ -1,5 +1,6 @@ $title) { - $optionsArray[] = ['value' => $value, 'title' => $title]; + $optionsArray[] = ['value' => $value, 'title' => Lang::get($title)]; } return [