@seafile/sdoc-editor 2.0.114 → 2.0.115

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.
@@ -131,7 +131,7 @@ function SearchList(_ref) {
131
131
  className: "sdoc-search-list-wrapper"
132
132
  }, /*#__PURE__*/_react["default"].createElement(_reactstrap.Input, {
133
133
  innerRef: inputWrapperRef,
134
- placeholder: t('Search_action'),
134
+ placeholder: t('Search_1'),
135
135
  onChange: onChange,
136
136
  onCompositionStart: onCompositionStart,
137
137
  onCompositionEnd: onCompositionEnd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.114",
3
+ "version": "2.0.115",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "89fdae6eaa4fae4d2049ca0d3d9dacb610bafac7"
73
+ "gitHead": "90b92ce7a4734fb67256a9b67aa78596f6160f70"
74
74
  }