feat: Add dedicated button to make project private

This commit is contained in:
Maksim Eltyshev
2025-07-23 15:37:16 +02:00
parent ef35ec279e
commit d40b4d3224
5 changed files with 81 additions and 32 deletions
+7
View File
@@ -69,6 +69,8 @@ export default {
areYouSureYouWantToEmptyTrash: 'Are you sure you want to empty the trash?',
areYouSureYouWantToLeaveBoard: 'Are you sure you want to leave the board?',
areYouSureYouWantToLeaveProject: 'Are you sure you want to leave the project?',
areYouSureYouWantToMakeThisProjectPrivate:
'Are you sure you want to make this project private?',
areYouSureYouWantToMakeThisProjectShared:
'Are you sure you want to make this project shared?',
areYouSureYouWantToRemoveThisManagerFromProject:
@@ -206,6 +208,7 @@ export default {
list: 'List',
listActions_title: 'List Actions',
lists: 'Lists',
makeProjectPrivate_title: 'Make Project Private',
makeProjectShared_title: 'Make Project Shared',
managers: 'Managers',
memberActions_title: 'Member Actions',
@@ -229,6 +232,8 @@ export default {
noUnreadNotifications: 'No unread notifications.',
notifications: 'Notifications',
oldestFirst: 'Oldest first',
onlyOneManagerShouldRemainToMakeThisProjectPrivate:
'Only one manager should remain to make this project private',
openBoard_title: 'Open Board',
optional_inline: 'optional',
organization: 'Organization',
@@ -412,6 +417,8 @@ export default {
leaveProject: 'Leave project',
logOut_title: 'Log Out',
makeCover_title: 'Make Cover',
makeProjectPrivate: 'Make project private',
makeProjectPrivate_title: 'Make Project Private',
makeProjectShared: 'Make project shared',
makeProjectShared_title: 'Make Project Shared',
move: 'Move',