From 7ced96c0d360b6a879e7ee76e7361673f7eca0d0 Mon Sep 17 00:00:00 2001 From: Domizio Demichelis Date: Thu, 23 Apr 2020 08:41:08 +0700 Subject: [PATCH] fix for missing suffix fr method reference in doc --- docs/api/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/frontend.md b/docs/api/frontend.md index 22e22f97d..d863e2e22 100644 --- a/docs/api/frontend.md +++ b/docs/api/frontend.md @@ -220,7 +220,7 @@ That instance variable will be used by the [pagy_t](#pagy_tpath-vars) method inc When Pagy uses its own i18n implementation, it has only access to the strings in its own files and not in other `I18n` files used by the rest of the app. -That means that if you use the `pagy_info` or `pagy_items_selector` helpers with the specific model names instead of the generic "items" string, you may need to add entries for the models in the pagy dictionary files. For example: +That means that if you use the `pagy_info` or `pagy_items_selector_js` helpers with the specific model names instead of the generic "items" string, you may need to add entries for the models in the pagy dictionary files. For example: ```yaml en: