diff options
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/site_manager.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/site_manager.tpl b/admin/template/goto/site_manager.tpl index 1cbdfbf87..678f177fb 100644 --- a/admin/template/goto/site_manager.tpl +++ b/admin/template/goto/site_manager.tpl @@ -33,7 +33,7 @@ {if not empty($sites)} <table class="table2"> <tr class="throw"> - <td>{'Remote'|@translate} / {'Remote'|@translate}</td> + <td>{'Local'|@translate} / {'Remote'|@translate}</td> <td>{'Actions'|@translate}</td> </tr> {foreach from=$sites item=site name=site} |