mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-08-03 20:35:14 +03:00
fix: resolve copilot suggestions
This commit is contained in:
@@ -75,7 +75,7 @@ function validatePath(value) {
|
||||
if (pathRegex.test(value)) {
|
||||
return {
|
||||
valid: true,
|
||||
message: "Valid"
|
||||
message: _("Valid")
|
||||
};
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user