docs: format unique abbreviations

This commit is contained in:
unix
2020-06-29 16:19:47 +08:00
parent ead4b731f8
commit 65f448ad40

View File

@@ -45,8 +45,8 @@ const Controls: React.FC<{}> = React.memo(({}) => {
type="abort"
size="small"
onClick={redirectGithub}
title={isChinese ? '代码仓库' : 'Github Repository'}>
{isChinese ? '代码仓库' : 'Github'}
title={isChinese ? '代码仓库' : 'GitHub Repository'}>
{isChinese ? '代码仓库' : 'GitHub'}
</Button>
<Spacer x={0.75} />
<Select