@ledvance/ui-biz-bundle 1.0.39 → 1.0.40

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/ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.39",
7
+ "version": "1.0.40",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -492,7 +492,10 @@ const SleepWakeUpDetailPage = () => {
492
492
  </View>
493
493
  }
494
494
  </View>
495
- <Text style={{ fontSize: cx(12), color: '#000000' }}>{I18n.getLang(state.durationStatus ? 'feature_summary_action_txt_12' : 'feature_summary_action_txt_1')}</Text>
495
+ <Text style={{ fontSize: cx(12), color: '#000000' }}>{I18n.getLang(
496
+ props.isSleep ? 'feature_summary_action_txt_2' :
497
+ (state.durationStatus ? 'feature_summary_action_txt_12' : 'feature_summary_action_txt_1')
498
+ )}</Text>
496
499
  <View style={styles.filletCorner}>
497
500
  <Text style={styles.rightTitle}>{formateDurationTime().endTime}</Text>
498
501
  </View>