diff --git a/resources/scripts/components/server/backups/CreateBackupButton.tsx b/resources/scripts/components/server/backups/CreateBackupButton.tsx
index d0cb98fd5..9dded0f79 100644
--- a/resources/scripts/components/server/backups/CreateBackupButton.tsx
+++ b/resources/scripts/components/server/backups/CreateBackupButton.tsx
@@ -40,7 +40,7 @@ const ModalContent = ({ ...props }: RequiredModalProps) => {
label={'Ignored Files & Directories'}
description={`
Enter the files or folders to ignore while generating this backup. Leave blank to use
- the contents of the .panelignore file in the root of the server directory if present.
+ the contents of the .pelicanignore file in the root of the server directory if present.
Wildcard matching of files and folders is supported in addition to negating a rule by
prefixing the path with an exclamation point.
`}
diff --git a/resources/scripts/components/server/files/FileEditContainer.tsx b/resources/scripts/components/server/files/FileEditContainer.tsx
index b0c7546a1..83a3dde66 100644
--- a/resources/scripts/components/server/files/FileEditContainer.tsx
+++ b/resources/scripts/components/server/files/FileEditContainer.tsx
@@ -91,13 +91,14 @@ export default () => {
- You're editing a .panelignore
{' '}
- file. Any files or directories listed in here will be excluded from backups. Wildcards are
- supported by using an asterisk (*
).
- You can negate a prior rule by prepending an exclamation point (
+ You're editing a{' '}
+ .pelicanignore
directories listed
+ in here will be excluded from backups. Wildcards are supported by using an supported by using an
+ asterisk (*
). You can negate a
+ prior rule by prepending an exclamation point (
!
).