diff --git a/apps/meteor/client/views/admin/apps/AppSecurity.tsx b/apps/meteor/client/views/admin/apps/AppSecurity.tsx index 6e824d7cb17c..2b9b510e6af2 100644 --- a/apps/meteor/client/views/admin/apps/AppSecurity.tsx +++ b/apps/meteor/client/views/admin/apps/AppSecurity.tsx @@ -76,12 +76,12 @@ const AppSecurity: FC = ({ privacyPolicySummary, appPermission {tosLink && ( - + {t('Terms_of_use')} )} {privacyLink && ( - + {t('Privacy_policy')} )}