diff options
author | Filipp Lepalaan <filipp@mac.com> | 2017-04-24 22:26:17 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2017-04-24 22:26:17 +0300 |
commit | 85e92ff2ee4ca30e0144790a1d95b8023595bf2f (patch) | |
tree | ff38ef1fe1957e00732ab43f891b7915a7a97274 /servo/forms | |
parent | 5934831e5921b78651418a589da3c67ed320a309 (diff) | |
download | Servo-85e92ff2ee4ca30e0144790a1d95b8023595bf2f.tar.gz Servo-85e92ff2ee4ca30e0144790a1d95b8023595bf2f.tar.bz2 Servo-85e92ff2ee4ca30e0144790a1d95b8023595bf2f.zip |
Cleanup
Diffstat (limited to 'servo/forms')
-rw-r--r-- | servo/forms/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/forms/admin.py b/servo/forms/admin.py index ec4ee56..d0c284a 100644 --- a/servo/forms/admin.py +++ b/servo/forms/admin.py @@ -295,7 +295,7 @@ class SettingsForm(BaseForm): initial=True, required=False, label=_("Enable check-in interface"), - help_text=_("Uncheck to disable the check-in interface") + help_text=_("Uncheck to disable the check-in interface completely") ) checkin_user = forms.ModelChoiceField( |