From e0a61b51cb0ba7509a6b60630807a0c69cc2e858 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 26 Oct 2023 12:50:48 +0200 Subject: [PATCH] Little fix on LoginConfigTotp.tsx --- src/login/pages/LoginConfigTotp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/pages/LoginConfigTotp.tsx b/src/login/pages/LoginConfigTotp.tsx index d32a34b0..dde1189f 100644 --- a/src/login/pages/LoginConfigTotp.tsx +++ b/src/login/pages/LoginConfigTotp.tsx @@ -32,7 +32,7 @@ export default function LoginConfigTotp(props: PageProps {totp.supportedApplications.map(app => ( -
  • {msgStr(app as MessageKey, app)}
  • +
  • {msg(app as MessageKey)}
  • ))}