Add phone and organization fields to user

This commit is contained in:
Maksim Eltyshev
2020-04-09 18:27:28 +05:00
parent c4acb3eb24
commit f3e0cadca6
11 changed files with 102 additions and 13 deletions
+2
View File
@@ -84,6 +84,8 @@ export default {
noUnreadNotifications: 'No unread notifications',
openBoard_title: 'Open Board',
optional_inline: 'optional',
organization: 'Organization',
phone: 'Phone',
projectNotFound_title: 'Project Not Found',
refreshPageToLoadLastDataAndReceiveUpdates:
'<0>Refresh the page</0> to load last data<br />and receive updates',
+2
View File
@@ -88,6 +88,8 @@ export default {
noUnreadNotifications: 'Уведомлений нет',
openBoard: 'Откройте доску',
optional_inline: 'необязательно',
organization: 'Организация',
phone: 'Телефон',
projectNotFound: 'Доска не найдена',
refreshPageToLoadLastDataAndReceiveUpdates:
'<0>Обновите страницу</0>, чтобы загрузить<br />актуальные данные и получать обновления',