소스 검색

[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)