Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Schneider <fabbbbbi+git@googlemail.com>2019-01-11 00:06:42 +0300
committerFabian Schneider <fabbbbbi+git@googlemail.com>2019-02-06 19:33:57 +0300
commit864ce6b87ad610ac0bace900bb7e9ebcc0d63983 (patch)
tree13fcf0649e07851aed7013a130e5e7452c8c45cc /app/views/profiles
parent8fabc92e8b4779030c4fa09d8e1c72f213814787 (diff)
Rename setting, fix wordings
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/preferences/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index e290ba89684..1a9aca1f6bf 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -76,7 +76,5 @@
= f.label :first_day_of_week, class: 'label-bold' do
= _('First day of the week')
= f.select :first_day_of_week, first_day_of_week_choices_with_default, {}, class: 'form-control'
- .form-text.text-muted
- = _('Choose on what day the week should start.')
.form-group
= f.submit _('Save changes'), class: 'btn btn-success'