From b0bc0e02813846651364a6f0c87cf8a17e471c2e Mon Sep 17 00:00:00 2001 From: KentoYano <107910164+kento-yn@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:58:05 +0900 Subject: [PATCH] =?UTF-8?q?#719=20=E3=83=AC=E3=83=9D=E3=83=BC=E3=83=88?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E7=BF=BB=E8=A8=B3=E6=BC=8F=E3=82=8C?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3=20(#762)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/v7/modules/Reports/DetailViewActions.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/v7/modules/Reports/DetailViewActions.tpl b/layouts/v7/modules/Reports/DetailViewActions.tpl index 85f12ba0b..4027bf032 100644 --- a/layouts/v7/modules/Reports/DetailViewActions.tpl +++ b/layouts/v7/modules/Reports/DetailViewActions.tpl @@ -44,7 +44,7 @@ {foreach from=$DASHBOARD_TABS item=TAB_INFO}
  • - {$TAB_INFO.tabname} + {vtranslate($TAB_INFO.tabname,$MODULE)}
  • {/foreach}