@ledvance/group-ui-biz-bundle 1.0.80 → 1.0.82

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.80",
7
+ "version": "1.0.82",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -177,7 +177,7 @@ const BiorhythmEditPage = (props: { theme?: any }) => {
177
177
  <Spacer />
178
178
  <View style={{ flexDirection: 'row' }}>
179
179
  <View style={{ flex: 1 }}>
180
- <Text style={{ fontSize: cx(14), color: props.theme.global.fontColor }}>{I18n.getLang(isAdd ? 'add_new_trigger_time_text' : 'edit_trigger_time_headline_text')}</Text>
180
+ <Text style={{ fontSize: cx(14), color: props.theme.global.fontColor }}>{I18n.getLang('add_new_trigger_time_text')}</Text>
181
181
  </View>
182
182
  <TouchableOpacity
183
183
  activeOpacity={1}
@@ -52,7 +52,7 @@ function IconSelectPage(props: { theme?: any }) {
52
52
  />
53
53
  <ScrollView nestedScrollEnabled={true} style={{marginHorizontal: cx(24)}}>
54
54
  <View style={{marginTop: cx(40), marginBottom: cx(20)}}>
55
- <Text style={{fontSize: cx(24), color: props.theme.global.brand}}>Select an icon</Text>
55
+ <Text style={{fontSize: cx(24), color: props.theme.global.brand}}>{I18n.getLang('add_new_trigger_time_icon_selection_headline_text')}</Text>
56
56
  </View>
57
57
  <View
58
58
  style={{flexDirection: 'row', flex: 1, flexWrap: 'wrap', justifyContent: 'space-between', alignItems: 'flex-start'}}>