@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/dist/CustomDomain.cjs.js +19 -28
- package/dist/CustomDomain.cjs.js.map +1 -1
- package/dist/CustomDomain.js +21 -30
- package/dist/CustomDomain.js.map +1 -1
- package/dist/CustomDomainDashboard.cjs.js +19 -28
- package/dist/CustomDomainDashboard.cjs.js.map +1 -1
- package/dist/CustomDomainDashboard.js +20 -29
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.0.
|
|
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>",
|
package/src/translations/en.json
CHANGED
|
@@ -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
|
|
178
|
-
"pendingCnameValidation": "CNAME
|
|
178
|
+
"active": "CNAME added",
|
|
179
|
+
"pendingCnameValidation": "Add CNAME record"
|
|
179
180
|
},
|
|
180
181
|
"failed": "Failed"
|
|
181
182
|
},
|
|
182
183
|
"messageBlock": {
|
|
183
|
-
"dnsStatus": "
|
|
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.",
|