fix(core): revise open app card text (#8783)

fix AF-1669
This commit is contained in:
pengx17 2024-11-12 03:16:10 +00:00
parent 6fe2e42490
commit cc9a23e424
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export const OpenInAppCard = () => {
</div> </div>
<div className={styles.subtitleRow}> <div className={styles.subtitleRow}>
<Trans i18nKey="com.affine.open-in-app.card.subtitle"> <Trans i18nKey="com.affine.open-in-app.card.subtitle">
No desktop app? Don&apos;t have the app?
<a <a
href="https://affine.pro/download" href="https://affine.pro/download"
target="_blank" target="_blank"

View File

@ -1041,7 +1041,7 @@
"com.affine.setting.appearance.open-in-app.open-in-web": "Open links in browser", "com.affine.setting.appearance.open-in-app.open-in-web": "Open links in browser",
"com.affine.setting.appearance.open-in-app.title": "Open AFFiNE links", "com.affine.setting.appearance.open-in-app.title": "Open AFFiNE links",
"com.affine.open-in-app.card.title": "Open this doc in AFFiNE app", "com.affine.open-in-app.card.title": "Open this doc in AFFiNE app",
"com.affine.open-in-app.card.subtitle": "No desktop app? <1>Click to download</1>.", "com.affine.open-in-app.card.subtitle": "Don't have the app? <1>Click to download</1>.",
"com.affine.open-in-app.card.button.open": "Open in app", "com.affine.open-in-app.card.button.open": "Open in app",
"com.affine.open-in-app.card.button.dismiss": "Dismiss", "com.affine.open-in-app.card.button.dismiss": "Dismiss",
"com.affine.open-in-app.card.remember": "Remember choice", "com.affine.open-in-app.card.remember": "Remember choice",