Przeglądaj źródła

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

AlexiCauvin 6 lat temu
rodzic
commit
01c69cd88e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      frontend/src/container/Sidebar.jsx

+ 1 - 1
frontend/src/container/Sidebar.jsx Wyświetl plik

@@ -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