mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-03 22:44:35 -04:00
Remove toasts profile grid
This commit is contained in:
@@ -141,7 +141,6 @@ export function ProfilesHome() {
|
||||
const onHide = useCallback((userId: string) => {
|
||||
setProfiles((prev) => prev?.filter((p) => p.user_id !== userId))
|
||||
setProfileCount((prev) => prev ? prev - 1 : 0)
|
||||
toast.success(t('profiles.hidden_success', 'Profile hidden. You will no longer see this person in search results.'))
|
||||
}, [setProfiles, t])
|
||||
|
||||
return (
|
||||
|
||||
@@ -471,6 +471,7 @@
|
||||
"profile.has_kids_one": "Hat {count} Kind",
|
||||
"profiles.hidden_success": "Profil ausgeblendet. Sie werden diese Person nicht mehr in den Suchergebnissen sehen.",
|
||||
"profile_grid.hide_profile": "Nicht mehr in den Suchergebnissen anzeigen",
|
||||
"profile_grid.unhide_profile": "Wieder in den Suchergebnissen anzeigen",
|
||||
"profile.header.disabled_notice": "Sie haben Ihr Profil deaktiviert, niemand sonst kann darauf zugreifen.",
|
||||
"profile.header.menu.disable_profile": "Profil deaktivieren",
|
||||
"profile.header.menu.enable_profile": "Profil aktivieren",
|
||||
|
||||
@@ -471,6 +471,7 @@
|
||||
"profile.has_kids_one": "A {count} enfant",
|
||||
"profiles.hidden_success": "Profil masqué. Vous ne verrez plus cette personne dans les résultats de recherche.",
|
||||
"profile_grid.hide_profile": "Ne plus afficher dans les résultats de recherche",
|
||||
"profile_grid.unhide_profile": "Afficher à nouveau dans les résultats de recherche",
|
||||
"profile.header.disabled_notice": "Vous avez désactivé votre profil, personne d'autre ne peut y accéder.",
|
||||
"profile.header.menu.disable_profile": "Désactiver le profil",
|
||||
"profile.header.menu.enable_profile": "Activer le profil",
|
||||
|
||||
Reference in New Issue
Block a user