Added association tracking
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user