From bcf4aded0d8fa63a4efb09e63005e50b641d5ff5 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 18 Sep 2026 20:41:51 -0700 Subject: [PATCH] fix(editor): include fallback preview label in its PR layer --- src/renderer/src/i18n/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/locales/en.json b/src/renderer/src/i18n/locales/en.json index 365ad6d0236..d51e4953149 100644 --- a/src/renderer/src/i18n/locales/en.json +++ b/src/renderer/src/i18n/locales/en.json @@ -117,7 +117,8 @@ "editor": { "richMarkdown": { "tooLarge": "File is larger than the {{limit}} rich editing limit. Showing source mode instead.", - "openAnyway": "Open anyway" + "openAnyway": "Open anyway", + "openPreview": "Open preview" }, "fileLoad": { "hostUnresolved": "The host couldn't find this file's workspace. It may have been removed, or the host may not know about it yet. Retry, or close this tab from the tab strip."