@ledvance/ui-biz-bundle 1.1.96 → 1.1.97

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.1.96",
7
+ "version": "1.1.97",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -356,8 +356,8 @@ const MoodPage = (props: { theme?: ThemeType }) => {
356
356
  onPress={() => {
357
357
  showDialog({
358
358
  method: 'confirm',
359
- title: I18n.getLang('flag_resetbutton'),
360
- subTitle: I18n.getLang('flag_resetdescription'),
359
+ title: I18n.getLang('mood_resetbutton'),
360
+ subTitle: I18n.getLang('reset_mooddescription'),
361
361
  onConfirm: async (_, { close }) => {
362
362
  close()
363
363
  await getRemoteMoodInfo(true)