mirror of https://github.com/halo-dev/halo
refactor: simplify page title of deleted page (#6708)
#### What type of PR is this? /kind improvement /area ui /milestone 2.20.x #### What this PR does / why we need it: 简化页面回收站的页面标题。 #### Does this PR introduce a user-facing change? ```release-note 简化页面回收站的页面标题。 ```pull/6488/head
parent
565dc1cbc8
commit
a860cb5ad8
|
@ -485,7 +485,7 @@ core:
|
|||
cover:
|
||||
label: 封面图
|
||||
deleted_page:
|
||||
title: 自定义页面回收站
|
||||
title: 页面回收站
|
||||
empty:
|
||||
title: 没有自定义页面被放入回收站
|
||||
message: 你可以尝试刷新或者返回自定义页面管理
|
||||
|
|
|
@ -465,7 +465,7 @@ core:
|
|||
cover:
|
||||
label: 封面圖
|
||||
deleted_page:
|
||||
title: 自定義頁面回收站
|
||||
title: 頁面回收站
|
||||
empty:
|
||||
title: 沒有自定義頁面被放入回收站
|
||||
message: 你可以嘗試刷新或者返回自定義頁面管理
|
||||
|
|
Loading…
Reference in New Issue