1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 11:43:33 +00:00
This commit is contained in:
Ranjiwei
2025-10-13 15:29:00 +08:00
committed by GitHub
parent e7cd91765b
commit eb644dbd0c
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = (

View File

@@ -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>
</>
}
/>