diff options
-rw-r--r-- | admin/themes/default/template/site_update.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/site_update.tpl b/admin/themes/default/template/site_update.tpl index b13c1ffc8..c957ea2a5 100644 --- a/admin/themes/default/template/site_update.tpl +++ b/admin/themes/default/template/site_update.tpl @@ -89,7 +89,7 @@ </fieldset> <fieldset id="syncSimulate"> - <legend></legend> + <legend>{'Simulation'|@translate}</legend> <ul><li><label><input type="checkbox" name="simulate" value="1" checked="checked" {$TAG_INPUT_ENABLED}> {'only perform a simulation (no change in database will be made)'|@translate}</label></li></ul> </fieldset> |