sanity 5.28.0 → 5.28.1-next.1

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.
@@ -1,4 +1,4 @@
1
- var version = "5.28.0";
1
+ var version = "5.28.1-next.1+65872fe88f";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.28.0";
10
+ "5.28.1-next.1+65872fe88f";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/lib/index.js CHANGED
@@ -2337,7 +2337,7 @@ const studioLocaleNamespace = "studio", validationLocaleNamespace = "validation"
2337
2337
  /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
2338
2338
  "network-check.slow-protocol-warning.snooze-button.text": "Don't show again for this session",
2339
2339
  /** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */
2340
- "network-check.slow-protocol-warning.title": "You've got your breaks on",
2340
+ "network-check.slow-protocol-warning.title": "You've got your brakes on",
2341
2341
  /** Button label for "Create new document" button */
2342
2342
  "new-document.button": "Create",
2343
2343
  /**