diff --git a/frontend/app/components/shared/Copyright.tsx b/frontend/app/components/shared/Copyright.tsx index ddffb5094..4b621959c 100644 --- a/frontend/app/components/shared/Copyright.tsx +++ b/frontend/app/components/shared/Copyright.tsx @@ -3,7 +3,7 @@ import React from 'react'; function Copyright() { return (
- © 2023 OpenReplay. All rights reserved. Privacy and terms. + © 2023 OpenReplay. All rights reserved. Privacy and Terms.
); }