Added association tracking

This commit is contained in:
Patrick Fic
2020-02-04 16:56:34 -08:00
parent de6ca52fb8
commit 02578bda2a
11 changed files with 282 additions and 10 deletions

View File

@@ -1,5 +1,17 @@
{
"translation": {
"associations": {
"actions": {
"activate": "Activate"
},
"fields": {
"active": "Active?",
"shopname": "Shop Name"
},
"labels": {
"actions": "Actions"
}
},
"documents": {
"errors": {
"deletes3": "Error deleting document from storage. ",
@@ -271,7 +283,8 @@
},
"user": {
"actions": {
"signout": "Sign Out"
"signout": "Sign Out",
"updateprofile": "Update Profile"
},
"fields": {
"displayname": "Display Name"