[web] Fix typo in localized string for suggestions (#4203)
This commit is contained in:
@@ -715,7 +715,7 @@ const SuggestionsDialog: React.FC<SuggestionsDialogProps> = ({
|
||||
color="text.muted"
|
||||
sx={{ textAlign: "center" }}
|
||||
>
|
||||
t{"people_suggestions_empty"}
|
||||
{t("people_suggestions_empty")}
|
||||
</Typography>
|
||||
</CenteredFill>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user