diff --git a/scm-plugins/scm-git-plugin/src/main/resources/sonia/scm/git.config.js b/scm-plugins/scm-git-plugin/src/main/resources/sonia/scm/git.config.js index 510b6aa97c..4a5c75caae 100644 --- a/scm-plugins/scm-git-plugin/src/main/resources/sonia/scm/git.config.js +++ b/scm-plugins/scm-git-plugin/src/main/resources/sonia/scm/git.config.js @@ -41,7 +41,18 @@ Sonia.git.ConfigPanel = Ext.extend(Sonia.config.SimpleConfigForm, { // helpTexts repositoryDirectoryHelpText: 'Location of the Git repositories.', - gcExpressionHelpText: 'Quartz Cron Expression to run git gc in intervals.', + // TODO i18n + gcExpressionHelpText: '
Use Quartz Cron Expressions (SECOND MINUTE HOUR DAYOFMONTH MONTH DAYOFWEEK) to run git gc in intervals.
\n\ +| SECOND | Seconds within the minute (0–59) |
|---|---|
| MINUTE | Minutes within the hour (0–59) |
| HOUR | The hour of the day (0–23) |
| DAYOFMONTH | The day of the month (1–31) |
| MONTH | The month (1–12) |
| DAYOFWEEK | The day of the week (MON, TUE, WED, THU, FRI, SAT, SUN) |
E.g.: To run the task on every sunday at two o\'clock in the morning: 0 0 2 ? * SUN
\n\ +For more informations please have a look at Quartz CronTrigger
', disabledHelpText: 'Enable or disable the Git plugin.\n\ Note you have to reload the page, after changing this value.',