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

Fix transfer dialog wrong text (#7235)

* fix transfer link tip

* update translation
This commit is contained in:
Michael An
2024-12-23 11:47:27 +08:00
committed by GitHub
parent 1d7521f8ed
commit 46f9dfb1bd
63 changed files with 19044 additions and 14467 deletions

View File

@@ -167,7 +167,7 @@ class TransferDialog extends React.Component {
onChange={this.toggleReshareStatus}
placeholder={gettext('Keep sharing')}
/>
<div className='tip'>{gettext('If the library is shared to another user, the sharing will be ketp.')}</div>
<div className='tip'>{gettext('If the library is shared to another user, the sharing will be kept.')}</div>
</TabPane>
{isPro && canTransferToDept &&
<TabPane tabId="transDepart" role="tabpanel" id="transfer-depart-panel">
@@ -192,7 +192,7 @@ class TransferDialog extends React.Component {
onChange={this.toggleReshareStatus}
placeholder={gettext('Keep sharing')}
/>
<div className='tip'>{gettext('If the library is shared to another department, the sharing will be ketp.')}</div>
<div className='tip'>{gettext('If the library is shared to another department, the sharing will be kept.')}</div>
</TabPane>}
</Fragment>
</TabContent>