diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 5ca90358d4..283b6a5927 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3377,6 +3377,7 @@ config.default_allow_create_organization_desc = Every new user will have rights config.default_user_is_restricted = New user will be restricted by default config.default_user_is_restricted_desc = Every new user will have restricted permissions depending on this setting config.enable_time_tracking = Enable Time Tracking +config.enable_time_tracking_desc = Allow users to track time on issues and pull requests config.default_enable_time_tracking = Enable Time Tracking by Default config.default_enable_time_tracking_desc = Repositories will use time tracking by default depending on this setting config.default_allow_only_contributors_to_track_time = Let Only Contributors Track Time diff --git a/templates/admin/config_settings/service.tmpl b/templates/admin/config_settings/service.tmpl index 53c10d6ca4..0dbe81561c 100644 --- a/templates/admin/config_settings/service.tmpl +++ b/templates/admin/config_settings/service.tmpl @@ -2,89 +2,103 @@ {{ctx.Locale.Tr "admin.config.service_config"}}