@ieeesa-npm/tenants 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -100,12 +100,22 @@
100
100
  "2046": "Application Features are required.",
101
101
  "2047": "Application Type is required.",
102
102
  "2048": "Features Not Found.",
103
- "2049": "Unable to display tenants. Please try again latter."
103
+ "2049": "Unable to display tenants. Please try again later.",
104
+ "2050": "Tenant Details not found.",
105
+ "2052": "Not allowed to update Application Id and Application Type.",
106
+ "2053": "Default features to be pre-selected."
104
107
  },
105
108
  "buttons": {
106
109
  "addApplicationLabel": "Add Application"
107
110
  }
108
111
  },
112
+ "editTenant": {
113
+ "message": {
114
+ "success": {
115
+ "submission": "has been edited successfully."
116
+ }
117
+ }
118
+ },
109
119
  "viewTenants": {
110
120
  "tenantsTitle": "Tenant Application Management",
111
121
  "addTenant": "Add Application",