From 9fbe7edbc8ebae9b93073cacde2829bf91e06254 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 13 Jul 2023 15:09:14 +0200 Subject: [PATCH] change(ui): text casing --- frontend/app/components/shared/Copyright.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
); }