@bigbinary/neeto-molecules 1.0.78 → 1.0.79

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -164,8 +164,9 @@
164
164
  "cnameAdded": "I’ve added CNAME records",
165
165
  "cnameCheck": "Validate CNAME record"
166
166
  },
167
- "desc": "Please add following {{record}} record in your domain’s DNS dashboard.",
168
- "record": "{{record}} record {{type}}"
167
+ "desc": "Please add following {{record}} record in your domain’s DNS dashboard. {{proxyMessage}}",
168
+ "record": "{{record}} record {{type}}",
169
+ "proxyMessage": "Kindly avoid enabling proxy for the record."
169
170
  },
170
171
  "status": {
171
172
  "domain": {
@@ -174,13 +175,13 @@
174
175
  "pendingDomainValidation": "Domain validation pending"
175
176
  },
176
177
  "cname": {
177
- "active": "CNAME validated",
178
- "pendingCnameValidation": "CNAME validation pending"
178
+ "active": "CNAME added",
179
+ "pendingCnameValidation": "Add CNAME record"
179
180
  },
180
181
  "failed": "Failed"
181
182
  },
182
183
  "messageBlock": {
183
- "dnsStatus": "<p>Typically, it will take 2 hours to 24 hours for the new custom domain to start working.</p><br><p> An email will be sent when the custom domain starts working.</p><br>If, after 24 hours, your custom domain is still not working, then please send an email to ",
184
+ "dnsStatus": "Typically, it will take 2 hours to 24 hours for the new custom domain to start working. Please refer our <a>help document</a> if you face any issue.",
184
185
  "cnameAddedTime": " You added CNAME records {{time}}"
185
186
  },
186
187
  "alertMessage": "You are permanently deleting the custom domain <strong>{{hostname}}</strong> and will no longer point to your default domain. This can't be undone.",