Преглед изворни кода

[search] Fix i18n extraction

Romain Rigaux пре 12 година
родитељ
комит
9a3a90d
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)