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

fixed some text for translation (#4410)

This commit is contained in:
llj
2020-01-13 18:29:13 +08:00
committed by Daniel Pan
parent 78124595eb
commit 43f98c3bf0
2 changed files with 3 additions and 3 deletions

View File

@@ -342,7 +342,7 @@ class GenerateShareLink extends React.Component {
{(isPro && sharedLinkInfo.permissions) && (
<FormGroup className="mb-0">
<dt className="text-secondary font-weight-normal">{gettext('Permissions:')}</dt>
<dt className="text-secondary font-weight-normal">{gettext('Permission:')}</dt>
<dd style={{width:'250px'}} onMouseEnter={this.handleMouseOver} onMouseLeave={this.handleMouseOut}>
<ShareLinkPermissionEditor
isTextMode={true}