@box/metadata-editor 0.101.4 → 0.101.5

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.
@@ -102,7 +102,7 @@ export default {
102
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
104
104
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the entire content, which might affect its answers.",
105
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
108
108
  "metadataEditor.unsavedChangesModal.closeLabel": "Close",
@@ -205,7 +205,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
205
205
  # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
206
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won't be able to access the entire content, which might affect its answers.
207
207
  # Header for notice informing that text content is too large
208
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Content is too large
209
209
  # Aria label used to indicate that the button is currently loading.
210
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
211
211
  # Body for the unsaved changes modal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "0.101.4",
3
+ "version": "0.101.5",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^7.30.3",