zahmis 5 năm trước cách đây
mục cha
commit
a0502e3b23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }