zahmis hace 5 años
padre
commit
a0502e3b23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/services/NavigationContainer.js

+ 1 - 1
src/client/js/services/NavigationContainer.js

@@ -91,7 +91,7 @@ export default class NavigationContainer extends Container {
   setEditorMode(editorMode) {
 
     if (this.appContainer.currentUser == null) {
-      logger.warn('Please login or signup.');
+      logger.warn('Please login or signup to edit the page or use hackmd.');
       return;
     }