diff options
| author | Philipp Bosch <hello@pb.io> | 2022-02-18 13:03:41 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-18 13:04:02 +0100 |
| commit | 75872476ece55f7d31421364cf4a4ce6e7caadbd (patch) | |
| tree | 43c008bf01b480bf93c3149656c05e7b0ab6e877 | |
| parent | 760b7e7f4f62eafdc79a2188d2a7739abaa6ca8b (diff) | |
[4.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of 737542390af27616d93f86cd418e2d7f3e874b27 from main
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index bc10ce73cf..4a10007d3f 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1247,7 +1247,7 @@ URL:: # The value returned by get_version() must change when translations change. urlpatterns = [ path('jsi18n/', - cache_page(86400, key_prefix='js18n-%s' % get_version())(JavaScriptCatalog.as_view()), + cache_page(86400, key_prefix='jsi18n-%s' % get_version())(JavaScriptCatalog.as_view()), name='javascript-catalog'), ] |
