@ledvance/group-ui-biz-bundle 1.0.159 → 1.0.160

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
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.159",
7
+ "version": "1.0.160",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -180,7 +180,7 @@ const TimerPage = (props: { theme?: ThemeType }) => {
180
180
  <LdvPickerView
181
181
  hour={state.hour}
182
182
  minute={state.min}
183
- unit={['h', 'min']}
183
+ unit={[I18n.getLang('time_unit_h'), I18n.getLang('socket_settings_switch_off_min')]}
184
184
  setHour={hour => {
185
185
  state.hour = hour
186
186
  }}