diff --git a/web/inc/i18n/en.php b/web/inc/i18n/en.php index d9c56d45b..b44dd555b 100644 --- a/web/inc/i18n/en.php +++ b/web/inc/i18n/en.php @@ -38,6 +38,7 @@ $LANG['en'] = array( 'Add Package' => 'Add Package', 'Add IP' => 'Add IP', 'Search' => 'Search', + 'Add one more FTP Account' => 'Add one more FTP Account', 'Overall Statistics' => 'Overall Statistics', 'Daily' => 'Daily', 'Weekly' => 'Weekly', @@ -392,6 +393,7 @@ $LANG['en'] = array( 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?', 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?', 'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?', + 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?', 'Welcome' => 'Welcome', 'LOGGED_IN_AS' => 'Logged in as user %s', 'Error' => 'Error', diff --git a/web/templates/admin/list_services.html b/web/templates/admin/list_services.html index 8a2063915..ad0f6ba14 100644 --- a/web/templates/admin/list_services.html +++ b/web/templates/admin/list_services.html @@ -40,7 +40,7 @@