Browse Source

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

AlexiCauvin 5 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,7 +107,7 @@ class Timeline extends React.Component {
107 107
                   }}
108 108
                   key={'timeline__comment__advancedtext'}
109 109
                 >
110
-                  {props.wysiwyg ? 'Texte Simple' : 'Texte Avancé'}
110
+                  {props.wysiwyg ? 'Texte Simple' : 'Texte Riche'}
111 111
                 </button>
112 112
               </div>
113 113