diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 119cc63a..00fdfe85 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -9182,8 +9182,8 @@ /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the next page. + * Text to use for the 'next' pagination button (to take the user to the + * next page). * @type string * @default Next * @dtopt Language @@ -9203,8 +9203,8 @@ /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the previous page. + * Text to use for the 'previous' pagination button (to take the user to + * the previous page). * @type string * @default Previous * @dtopt Language diff --git a/media/src/model/model.defaults.js b/media/src/model/model.defaults.js index 981d0a71..779f19d8 100644 --- a/media/src/model/model.defaults.js +++ b/media/src/model/model.defaults.js @@ -1384,8 +1384,8 @@ DataTable.defaults = { /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the next page. + * Text to use for the 'next' pagination button (to take the user to the + * next page). * @type string * @default Next * @dtopt Language @@ -1405,8 +1405,8 @@ DataTable.defaults = { /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the previous page. + * Text to use for the 'previous' pagination button (to take the user to + * the previous page). * @type string * @default Previous * @dtopt Language