Client:PortalSettings:DeveloperTools: fix oauth translation key

This commit is contained in:
Timofey Boyko 2024-05-28 12:06:08 +03:00
parent 02b4294e63
commit 626f38f283
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ const DeveloperToolsWrapper = (props) => {
}, },
{ {
id: "oauth", id: "oauth",
name: t("OAuth:Oauth"), name: t("OAuth:OAuth"),
content: <OAuth />, content: <OAuth />,
}, },
]; ];

View File

@ -1,9 +1,9 @@
{ {
"date": "2024526_13116", "date": "2024528_115453",
"checksums": { "checksums": {
"api.js": "0efbae3383bf6c6b6f26d573eee164d2", "api.js": "0efbae3383bf6c6b6f26d573eee164d2",
"api.poly.js": "2a2ac2c0e4a7007b61d2d1ff7b00a22e", "api.poly.js": "2a2ac2c0e4a7007b61d2d1ff7b00a22e",
"browserDetector.js": "d9387cce805699498e798230a8639c8a", "browserDetector.js": "d9387cce805699498e798230a8639c8a",
"config.json": "f68319a04078162e4145c36f4133f19d" "config.json": "e2842b7489cfe221207e6833191246b1"
} }
} }