diff --git a/apps/desktop/layer/renderer/src/modules/entry-content/components/entry-content/ReadabilityNotice.tsx b/apps/desktop/layer/renderer/src/modules/entry-content/components/entry-content/ReadabilityNotice.tsx index 873ad8b89..519982a4f 100644 --- a/apps/desktop/layer/renderer/src/modules/entry-content/components/entry-content/ReadabilityNotice.tsx +++ b/apps/desktop/layer/renderer/src/modules/entry-content/components/entry-content/ReadabilityNotice.tsx @@ -47,11 +47,15 @@ export const ReadabilityNotice = ({ entryId }: { entryId: string }) => { {T("words.back")} - ) : ( + ) : status === ReadabilityStatus.WAITING ? (
} /> {t("entry_content.fetching_content")}
+ ) : ( +
+ {t("entry_content.no_content")} +
)} )}