summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Schneider <fabbbbbi+git@googlemail.com>2019-02-07 09:50:22 +0100
committerFabian Schneider <fabbbbbi+git@googlemail.com>2019-02-07 09:50:22 +0100
commit1a0bab0ab2896f021a5d3a80e84b5e9d6678f6c0 (patch)
tree343460dd7661c8247db8a7235205355729500219
parent8ff943c280e67077662bbce524baf132b3d1919e (diff)
downloadgitlab-ce-1a0bab0ab2896f021a5d3a80e84b5e9d6678f6c0.tar.gz
Improve docs
-rw-r--r--doc/api/settings.md2
-rw-r--r--doc/user/profile/preferences.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md
index 0f5371b5244..2ad6a46fa4b 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -159,7 +159,7 @@ are listed in the descriptions of the relevant settings.
| `email_author_in_body` | boolean | no | Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead. |
| `enabled_git_access_protocol` | string | no | Enabled protocols for Git access. Allowed values are: `ssh`, `http`, and `nil` to allow both protocols. |
| `enforce_terms` | boolean | no | (**If enabled, requires:** `terms`) Enforce application ToS to all users. |
-| `first_day_of_week` | integer | no | The day a week starts on in calendars and date pickers. Valid values are `0` (default) for Sunday and `1` for Monday. |
+| `first_day_of_week` | integer | no | Start day of the week for calendar views and date pickers. Valid values are `0` (default) for Sunday and `1` for Monday. |
| `gitaly_timeout_default` | integer | no | Default Gitaly timeout, in seconds. This timeout is not enforced for git fetch/push operations or Sidekiq jobs. Set to `0` to disable timeouts. |
| `gitaly_timeout_fast` | integer | no | Gitaly fast operation timeout, in seconds. Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and 'failing fast' can help maintain the stability of the GitLab instance. Set to `0` to disable timeouts. |
| `gitaly_timeout_medium` | integer | no | Medium Gitaly timeout, in seconds. This should be a value between the Fast and the Default timeout. Set to `0` to disable timeouts. |
diff --git a/doc/user/profile/preferences.md b/doc/user/profile/preferences.md
index c8f4e9bf1f3..363d3db8db1 100644
--- a/doc/user/profile/preferences.md
+++ b/doc/user/profile/preferences.md
@@ -92,5 +92,6 @@ You can choose between 3 options:
### First day of the week
-You can choose between **System Default**, **Sunday** and **Monday** for the first day of the week. If you select **System Default**, the system-wide default setting will be used.
-This preference will be used for all calendar views and date pickers.
+The first day of the week can be customised for calendar views and date pickers.
+
+You can choose **Sunday** or **Monday** as the first day of the week. If you select **System Default**, the system-wide default setting will be used.