瀏覽代碼

[search] Fix i18n extraction

Romain Rigaux 12 年之前
父節點
當前提交
9a3a90d1af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/search/src/search/conf.py

+ 1 - 1
apps/search/src/search/conf.py

@@ -32,6 +32,6 @@ EMPTY_QUERY = Config(
 
 SECURITY_ENABLED = Config(
   key="security_enabled",
-  help=_t("Whether Solr requires client to perform Kerberos authentication."),
+  help=_("Whether Solr requires client to perform Kerberos authentication."),
   default=False,
   type=coerce_bool)