Browse Source

https://github.com/tracim/tracim/issues/738, fix the text of btnnewworkspace on the sidebar

AlexiCauvin 6 years ago
parent
commit
01c69cd88e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/container/Sidebar.jsx

+ 1 - 1
frontend/src/container/Sidebar.jsx View File

86
 
86
 
87
             <div className='sidebar__btnnewworkspace'>
87
             <div className='sidebar__btnnewworkspace'>
88
               <button className='sidebar__btnnewworkspace__btn btn btn-primary primaryColorBg primaryColorBorder primaryColorBorderDarkenHover mb-5'>
88
               <button className='sidebar__btnnewworkspace__btn btn btn-primary primaryColorBg primaryColorBorder primaryColorBorderDarkenHover mb-5'>
89
-                {t('Create new workspace')}
89
+                {t('Create a workspace')}
90
               </button>
90
               </button>
91
             </div>
91
             </div>
92
 
92