Steven Fukase пре 4 година
родитељ
комит
f9d3304653
1 измењених фајлова са 1 додато и 1 уклоњено
  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);