zahmis 5 年 前
コミット
a0502e3b23
1 ファイル変更1 行追加1 行削除
  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) {
   setEditorMode(editorMode) {
 
 
     if (this.appContainer.currentUser == null) {
     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;
       return;
     }
     }