= ({
<>
-
handleChange('upgrade_time_of_day')(convertLocalSecondsToUTCDaySeconds(dayjsToTimeOfDay(v), timezone!))}
- onClear={() => handleChange('upgrade_time_of_day')(convertLocalSecondsToUTCDaySeconds(0, timezone!))}
- popupClassName='z-[99]'
- title={t(`${i18nPrefix}.updateTime`)}
- minuteFilter={minuteFilter}
- />
+
+
handleChange('upgrade_time_of_day')(convertLocalSecondsToUTCDaySeconds(dayjsToTimeOfDay(v), timezone!))}
+ onClear={() => handleChange('upgrade_time_of_day')(convertLocalSecondsToUTCDaySeconds(0, timezone!))}
+ popupClassName='z-[99]'
+ title={t(`${i18nPrefix}.updateTime`)}
+ minuteFilter={minuteFilter}
+ renderTrigger={renderTimePickerTrigger}
+ />
+
+ ,
+ }}
+ />
+
+
diff --git a/web/i18n/en-US/plugin.ts b/web/i18n/en-US/plugin.ts
index 0145976415..e8bc7a7641 100644
--- a/web/i18n/en-US/plugin.ts
+++ b/web/i18n/en-US/plugin.ts
@@ -160,6 +160,8 @@ const translation = {
noFound: 'No plugins were found',
noInstalled: 'No plugins installed',
},
+ updateSettings: 'Update Settings',
+ changeTimezone: 'To change time zone, go to Settings',
},
pluginInfoModal: {
title: 'Plugin info',
diff --git a/web/i18n/zh-Hans/plugin.ts b/web/i18n/zh-Hans/plugin.ts
index eb8c116288..c6f1668d7d 100644
--- a/web/i18n/zh-Hans/plugin.ts
+++ b/web/i18n/zh-Hans/plugin.ts
@@ -160,6 +160,8 @@ const translation = {
noFound: '未找到插件',
noInstalled: '未安装插件',
},
+ updateSettings: '更新设置',
+ changeTimezone: '要更改时区,请前往设置',
},
pluginInfoModal: {
title: '插件信息',