From 4613cc1dd2d49f37a131dd9403d529768b450a58 Mon Sep 17 00:00:00 2001 From: Tixie Date: Mon, 1 Mar 2021 05:11:28 +0100 Subject: [PATCH] Fix typo --- src/_includes/pagination.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/pagination.js b/src/_includes/pagination.js index e936f7f..3ec5f27 100644 --- a/src/_includes/pagination.js +++ b/src/_includes/pagination.js @@ -1,5 +1,5 @@ module.exports = function (pagination, page) { - const nextBtn = pagination.href.next ? `Moar plugin` : '' + const nextBtn = pagination.href.next ? `Show moooar plugins` : '' const list = pagination.pages.map((item, i) => { const current = page.url == pagination.hrefs[i] const currentTxt = (txtCurrent, txtFallback) => {