aboutsummaryrefslogtreecommitdiffstats
path: root/servo
diff options
context:
space:
mode:
Diffstat (limited to 'servo')
-rw-r--r--servo/forms/invoices.py2
-rw-r--r--servo/views/checkin.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/servo/forms/invoices.py b/servo/forms/invoices.py
index dbff182..7c44360 100644
--- a/servo/forms/invoices.py
+++ b/servo/forms/invoices.py
@@ -46,7 +46,7 @@ class InvoiceSearchForm(forms.Form):
required=False,
label=_('State is'),
choices=(
- ('', _('Any')),
+ ('', _('Any')),
('OPEN', _('Open')),
('PAID', _('Paid')),
),
diff --git a/servo/views/checkin.py b/servo/views/checkin.py
index da11318..323da3e 100644
--- a/servo/views/checkin.py
+++ b/servo/views/checkin.py
@@ -214,7 +214,7 @@ def index(request):
if request.method == 'GET':
reset_session(request)
- title = _('Service Order Check-In')
+ title = _('Service Order Check-In')
dcat = request.GET.get('d', 'mac')
dmap = {