mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 11:43:33 +00:00
update (#8301)
This commit is contained in:
@@ -38,7 +38,7 @@ class Content extends Component {
|
||||
return <p className="error text-center">{errorMsg}</p>;
|
||||
} else {
|
||||
const emptyTip = (
|
||||
<EmptyTip text={gettext('There is no teams and conditions yet.')}>
|
||||
<EmptyTip text={gettext('There is no terms and conditions yet.')}>
|
||||
</EmptyTip>
|
||||
);
|
||||
const table = (
|
||||
|
@@ -37,7 +37,7 @@ class TCView extends React.Component {
|
||||
<EmptyTip
|
||||
text={
|
||||
<>
|
||||
<p className="m-0">{gettext('There is no teams and conditions yet.')}</p>
|
||||
<p className="m-0">{gettext('There is no terms and conditions yet.')}</p>
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user