diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index bc10ce73cf549..4a10007d3fe5e 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'), ]