diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index 6081f31c5e..f215b3e610 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -95,7 +95,7 @@ $lang->misc->feature->downloadFile = 'Download introduction'; $lang->misc->feature->tutorialDesc = '

ZenTao 15.0 has new functions, and you know how to use it through the "Tutorial".

Click your [Avatar-Theme-Young Blue] to set it.

'; $lang->misc->feature->themeDesc = '

ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.

Click your [Avatar-Theme-Young Blue] to set it.

'; $lang->misc->feature->visionsDesc = "

The concept of interface has been added since 16.5. Users can deal with R & D affairs in [R&D] and daily office affairs in [Lite].

You can view the current interface on the avatar, and click the name of the interface to view and switch other interfaces.

"; -$lang->misc->feature->visionsImage = 'theme/default/images/main/visions.png'; +$lang->misc->feature->visionsImage = 'theme/default/images/main/visions_en.png'; $lang->misc->releaseDate['16.5.beta1'] = '2022-03-16'; $lang->misc->releaseDate['16.4'] = '2022-02-15'; diff --git a/www/theme/default/images/main/visions_en.png b/www/theme/default/images/main/visions_en.png new file mode 100644 index 0000000000..c32f0f212f Binary files /dev/null and b/www/theme/default/images/main/visions_en.png differ