diff --git a/frappe/public/js/frappe/ui/sort_selector.html b/frappe/public/js/frappe/ui/sort_selector.html
index 6f79f986a1..4e1945c46c 100644
--- a/frappe/public/js/frappe/ui/sort_selector.html
+++ b/frappe/public/js/frappe/ui/sort_selector.html
@@ -2,7 +2,7 @@
- + {{ __("Add " + doctype) }}
+ + {{ __("Add {0}", [__(doctype)]) }}