mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
@@ -116,9 +116,15 @@ export const OpenInAppPage = ({ urlToOpen, openHereClicked }: OpenAppProps) => {
|
||||
<img src={appIcon} alt={appName} width={120} height={120} />
|
||||
|
||||
<div className={styles.prompt}>
|
||||
<Trans i18nKey="com.affine.auth.open.affine.prompt">
|
||||
Open {appName} app now
|
||||
</Trans>
|
||||
{openHereClicked ? (
|
||||
<Trans i18nKey="com.affine.auth.open.affine.open-doc-prompt">
|
||||
This doc is now opened in {appName}
|
||||
</Trans>
|
||||
) : (
|
||||
<Trans i18nKey="com.affine.auth.open.affine.prompt">
|
||||
Open {appName} app now
|
||||
</Trans>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className={styles.promptLinks}>
|
||||
|
||||
Reference in New Issue
Block a user