Rename trust center to compliance page in displayed text

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-29 08:41:18 +04:00
parent fa586d4758
commit 73ec5ce96b
17 changed files with 29 additions and 134 deletions

View File

@@ -19,8 +19,8 @@ export function useUpdateTrustCenterMutation() {
return useMutationWithToasts<TrustCenterGraphUpdateMutation>(
updateTrustCenterMutation,
{
successMessage: "Trust center updated successfully",
errorMessage: "Failed to update trust center",
successMessage: "Compliance Page updated successfully",
errorMessage: "Failed to update compliance page",
},
);
}