mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-05 07:53:46 +03:00
fix(core): typo in migration text (#7804)
This commit is contained in:
parent
85637156f6
commit
b2c00a2618
@ -1,4 +1,3 @@
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const container = style({
|
||||
@ -19,6 +18,5 @@ export const container = style({
|
||||
});
|
||||
|
||||
export const descriptionHighlight = style({
|
||||
color: cssVar('--affine-warning-color'),
|
||||
fontWeight: 'normal',
|
||||
fontWeight: 'bold',
|
||||
});
|
||||
|
@ -1141,7 +1141,7 @@
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all": "Empty the old favorites",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.cancel": "Cancel",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.confirm": "OK",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.description": "This action deletes the old Favorites section. b>Your documents are safe</b>, ensure you've moved your frequently accessed documents to the new personal Favorites section.",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.description": "This action deletes the old Favorites section. <b>Your documents are safe</b>, ensure you've moved your frequently accessed documents to the new personal Favorites section.",
|
||||
"com.affine.rootAppSidebar.migration-data.help": "The old \"Favorites\" will be replaced",
|
||||
"com.affine.rootAppSidebar.migration-data.help.clean-all": "Empty the old favorites",
|
||||
"com.affine.rootAppSidebar.migration-data.help.confirm": "OK",
|
||||
|
@ -1142,7 +1142,7 @@
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all": "清空旧收藏夹",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.cancel": "取消",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.confirm": "好的",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.description": "此操作将删除旧的收藏夹部分。b>您的文档是安全的</b>,请确保您已将经常访问的文档移动到新的个人收藏夹。",
|
||||
"com.affine.rootAppSidebar.migration-data.clean-all.description": "此操作将删除旧的收藏夹部分。<b>您的文档是安全的</b>,请确保您已将经常访问的文档移动到新的个人收藏夹。",
|
||||
"com.affine.rootAppSidebar.migration-data.help": "“收藏夹”将被改为个人收藏夹",
|
||||
"com.affine.rootAppSidebar.migration-data.help.clean-all": "清空旧收藏夹",
|
||||
"com.affine.rootAppSidebar.migration-data.help.confirm": "好的",
|
||||
|
Loading…
Reference in New Issue
Block a user