PropertyModifierGetHostByName: translate

This commit is contained in:
Thomas Gelf 2020-11-02 09:06:42 +01:00
parent ce9f94feda
commit ccd92674a6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class PropertyModifierGetHostByName extends PropertyModifierHook
public function getName()
{
return 'Get host by name (DNS lookup)';
return mt('director', 'Get host by name (DNS lookup)');
}
public function transform($value)