Compare commits

..

1 Commits

Author SHA1 Message Date
jc21
847c58b170 Merge pull request #4956 from NginxProxyManager/develop
v2.13.5
2025-11-18 21:13:24 +10:00
2 changed files with 1 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ export function DNSProviderFields({ showBoundaryBox = false }: Props) {
type="number"
className="form-control"
min={0}
max={7200}
max={600}
{...field}
/>
<small className="text-muted">

View File

@@ -47,7 +47,6 @@ const getFlagCodeForLocale = (locale?: string) => {
const specialCases: Record<string, string> = {
ja: "jp", // Japan
zh: "cn", // China
vi: "vn", // Vietnam
};
if (specialCases[thisLocale]) {