Unverified Commit 9a157493 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(dns) Remove {t} Smarty tag from DNS refresh button

issue #6124
Showing with 1 addition and 1 deletion
+1 -1
......@@ -289,7 +289,7 @@ class dnsHost extends simplePlugin
$fqdn = '<strong>'.$fqdn.'</strong>';
if (class_available('supportDaemon')) {
$id = 'ldap2zone_refresh_'.base64_encode($attrs['zoneName'][0]);
$fqdn .= ' <input type="submit" formnovalidate="formnovalidate" name="'.$id.'" id="'.$id.'" value="{t}Refresh zone file{/t}"/>';
$fqdn .= ' <input type="submit" formnovalidate="formnovalidate" name="'.$id.'" id="'.$id.'" value="'._('Refresh zone file').'"/>';
}
}
$attrId = 'soaRecord'.$zoneid;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment