mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:16:08 +00:00
feat(mobile-client): update the text of the preview button (#3189)
This commit is contained in:
parent
f82b4d8726
commit
1cbdfa4f60
@ -26,7 +26,7 @@ const SCDocumentation = () => {
|
|||||||
return (
|
return (
|
||||||
<div className={styles}>
|
<div className={styles}>
|
||||||
<div className="open-tab">
|
<div className="open-tab">
|
||||||
<Tooltip title="open in new tab">
|
<Tooltip title="Preview">
|
||||||
<a href={DOCUMENTATION_PATH} target="_blank" rel="noreferrer">
|
<a href={DOCUMENTATION_PATH} target="_blank" rel="noreferrer">
|
||||||
<Button size="small" icon={<RightOutlined />} />
|
<Button size="small" icon={<RightOutlined />} />
|
||||||
</a>
|
</a>
|
||||||
|
@ -26,7 +26,7 @@ export const OpenInNewTab = () => {
|
|||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<Button type="dashed" onClick={onOpenInNewTab} icon={<LinkOutlined />}>
|
<Button type="dashed" onClick={onOpenInNewTab} icon={<LinkOutlined />}>
|
||||||
{t('Open in new tab')}
|
{t('Preview')}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
"Delete menu block": "Delete menu block",
|
"Delete menu block": "Delete menu block",
|
||||||
"Mobile client access address": "Mobile client access address",
|
"Mobile client access address": "Mobile client access address",
|
||||||
"The full address is": "The full address is",
|
"The full address is": "The full address is",
|
||||||
"Open in new tab": "Open in new tab"
|
"Preview": "Preview"
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
"Delete menu block": "删除菜单区块",
|
"Delete menu block": "删除菜单区块",
|
||||||
"Mobile client access address": "移动端访问地址",
|
"Mobile client access address": "移动端访问地址",
|
||||||
"The full address is": "完整的地址是",
|
"The full address is": "完整的地址是",
|
||||||
"Open in new tab": "在新标签页打开"
|
"Preview": "预览"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user