Browse Source

https://github.com/tracim/tracim/issues/733, change texte Avancé for Text Riche

AlexiCauvin 6 years ago
parent
commit
62a6e8c46b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend_lib/src/component/Timeline/Timeline.jsx

+ 1 - 1
frontend_lib/src/component/Timeline/Timeline.jsx View File

107
                   }}
107
                   }}
108
                   key={'timeline__comment__advancedtext'}
108
                   key={'timeline__comment__advancedtext'}
109
                 >
109
                 >
110
-                  {props.wysiwyg ? 'Texte Simple' : 'Texte Avancé'}
110
+                  {props.wysiwyg ? 'Texte Simple' : 'Texte Riche'}
111
                 </button>
111
                 </button>
112
               </div>
112
               </div>
113
 
113