소스 검색

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

AlexiCauvin 6 년 전
부모
커밋
01c69cd88e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/container/Sidebar.jsx

+ 1 - 1
frontend/src/container/Sidebar.jsx 파일 보기

@@ -86,7 +86,7 @@ class Sidebar extends React.Component {
86 86
 
87 87
             <div className='sidebar__btnnewworkspace'>
88 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 90
               </button>
91 91
             </div>
92 92