1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-18 16:33:47 +00:00

collection add/edit modal

This commit is contained in:
Kyle Spearrin
2018-07-10 10:06:57 -04:00
parent febc3093a9
commit edef454043
8 changed files with 307 additions and 42 deletions

View File

@@ -595,7 +595,7 @@
"message": "There are no collections to list."
},
"noGroupsInList": {
"message": "There are no collections to list."
"message": "There are no groups to list."
},
"noUsersInList": {
"message": "There are no users to list."
@@ -1751,6 +1751,9 @@
"editCollection": {
"message": "Edit Collection"
},
"deleteCollectionConfirmation": {
"message": "Are you sure you want to delete this collection?"
},
"inviteUser": {
"message": "Invite User"
},
@@ -2014,5 +2017,8 @@
},
"userAccess": {
"message": "User Access"
},
"groupAccess": {
"message": "Group Access"
}
}