mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
fix translation and warnings
This commit is contained in:
@@ -70,7 +70,7 @@ class InsertRepoImageDialog extends React.Component {
|
||||
<div className="insert-image-container col-6">
|
||||
{imageUrl ?
|
||||
<img src={imageUrl} className='d-inline-block mh-100 mw-100' alt=''/> :
|
||||
<span>{gettext("No preview")}</span>
|
||||
<span>{gettext('No preview')}</span>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user