@ledvance/group-ui-biz-bundle 1.0.81 → 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.81",
7
+ "version": "1.0.82",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -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'}}>