Skip to content

Commit 1f7b85e

Browse files
authored
Update Wiki.html
Updating text
1 parent 6eb4d96 commit 1f7b85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wiki/Wiki.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
pagesDiv.innerHTML = '';
7979

8080
if (pages.length === 0) {
81-
pagesDiv.innerHTML = '<p>No wikis found.</p>';
81+
pagesDiv.innerHTML = '<p>No wiki pages found.</p>';
8282
}
8383

8484
pages.forEach(page => {

0 commit comments

Comments
 (0)