Client:OAuth2: fix translation key

This commit is contained in:
Timofey Boyko 2023-11-10 16:18:06 +03:00
parent 6ce021dd3a
commit 01bb18a6a3

View File

@ -34,7 +34,7 @@ const Header = (props: HeaderProps) => {
}, },
{ {
key: "Access granted", key: "Access granted",
title: t("AccessGranted"), title: t("OAuth:AccessGranted"),
resizable: true, resizable: true,
enable: true, enable: true,
minWidth: 150, minWidth: 150,