1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

fix: metadata refresh display (#7113)

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-11-27 12:06:30 +08:00
committed by GitHub
parent 7ad7f1d9c6
commit 0ba3a66ed5
2 changed files with 6 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ class DirPath extends React.Component {
<div className="path-item-refresh" id="sf-metadata-view-refresh" onClick={this.handelRefresh}>
<i className="sf3-font sf3-font-refresh"></i>
<UncontrolledTooltip target="sf-metadata-view-refresh" placement="bottom">
{gettext('Refresh the page')}
{gettext('Refresh the view')}
</UncontrolledTooltip>
</div>
</Fragment>