diff --git a/components/rest/RestPreviewNotice.tsx b/components/rest/RestPreviewNotice.tsx index 5364f56e4ba2..9cbcc2ec75e4 100644 --- a/components/rest/RestPreviewNotice.tsx +++ b/components/rest/RestPreviewNotice.tsx @@ -10,7 +10,7 @@ export function RestPreviewNotice({ slug, previews }: Props) { return ( <>

- + {previews.length > 1 ? `${t('rest.reference.preview_notices')}` : `${t('rest.reference.preview_notice')}`}