mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-29 13:50:37 +03:00
feat: migrate to _ locales handler
This commit is contained in:
@@ -19,6 +19,6 @@ export function validateProxyUrl(url: string): ValidationResult {
|
||||
|
||||
return {
|
||||
valid: false,
|
||||
message: 'URL must start with vless:// or ss:// or trojan://',
|
||||
message: _('URL must start with vless:// or ss:// or trojan://'),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user