Steven Fukase %!s(int64=4) %!d(string=hai) anos
pai
achega
f9d3304653
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/components/PageCreateModal.jsx

+ 1 - 1
src/client/js/components/PageCreateModal.jsx

@@ -78,7 +78,7 @@ const PageCreateModal = (props) => {
   function joinCheckRedirect(...paths) {
     const joinedUrl = encodeURI(urljoin(...paths));
     if (!isCreatablePage(joinedUrl)) {
-      toastError(new Error('Invalid characters found.'));
+      toastError(new Error('Invalid characters found on new page path'));
       return;
     }
     window.location.href = generateEditorPath(joinedUrl);