1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

update view type change tips (#7513)

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-02-25 09:52:32 +08:00
committed by GitHub
parent 13912eea7e
commit d66695954d

View File

@@ -77,8 +77,7 @@ const ViewItem = ({
const convertableViews = Object.values(VIEW_TYPE).filter(type => type !== viewType && type !== VIEW_TYPE.FACE_RECOGNITION);
value.push({
key: 'turn',
value: gettext('Turn into'),
subOpListHeader: gettext('Other view'),
value: gettext('Change view type'),
subOpList: convertableViews.map((type) => {
return {
key: `${TURN_VIEW_INTO_PREFIX}${type}`,