Localize pagination input plugin page label.

pull/449/head
Alex 6 years ago
parent 61dfc198c2
commit 4e01989e22

@ -94,7 +94,7 @@
} }
nInput.type = 'text'; nInput.type = 'text';
nPage.innerHTML = 'Page '; nPage.innerHTML = language.page || '';
nPaging.appendChild(nFirst); nPaging.appendChild(nFirst);
nPaging.appendChild(nPrevious); nPaging.appendChild(nPrevious);

Loading…
Cancel
Save