Browse Source

[search] Fix i18n extraction

Romain Rigaux 12 năm trước cách đây
mục cha
commit
9a3a90d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)