@brightspace-ui/labs 2.11.1 → 2.11.2

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
@@ -79,5 +79,5 @@
79
79
  "@lit/context": "^1.1.3",
80
80
  "lit": "^3"
81
81
  },
82
- "version": "2.11.1"
82
+ "version": "2.11.2"
83
83
  }
package/src/lang/zh-cn.js CHANGED
@@ -19,7 +19,7 @@ export default {
19
19
  "components:checkboxDrawer:checkboxExpanded": "复选框已展开", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:navigation:back": "返回",
21
21
  "components:navigation:next": "下一个",
22
- "components:navigation:previous": "上一步",
22
+ "components:navigation:previous": "上一个",
23
23
  "components:navigation:skipNav": "跳到主目录",
24
24
  "components:optInFlyout:cancel": "取消",
25
25
  "components:optInFlyout:close": "关闭此对话框",