chore: update text
This commit is contained in:
@@ -102,8 +102,8 @@
|
|||||||
"btn": "一键删除"
|
"btn": "一键删除"
|
||||||
},
|
},
|
||||||
"auto_delete_file": {
|
"auto_delete_file": {
|
||||||
"title": "定时删除数据",
|
"title": "定时删除文件数据",
|
||||||
"desc": "请选择定时消息的时长",
|
"desc": "请选择定时文件数据的周期",
|
||||||
"confirm_desc": "所有在此之前的文件数据都将删除",
|
"confirm_desc": "所有在此之前的文件数据都将删除",
|
||||||
"off": "关闭",
|
"off": "关闭",
|
||||||
"day1": "1天",
|
"day1": "1天",
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ const ImageMessage: FC<Props> = ({
|
|||||||
)}
|
)}
|
||||||
{status == "error" ? (
|
{status == "error" ? (
|
||||||
<p className="w-full h-full flex-center text-lg text-red-800 bg-red-100">
|
<p className="w-full h-full flex-center text-lg text-red-800 bg-red-100">
|
||||||
load image error
|
Image expired or removed
|
||||||
</p>
|
</p>
|
||||||
) : status == "loading" ? (
|
) : status == "loading" ? (
|
||||||
<p className="w-full h-full flex-center bg-primary-50/80 dark:bg-primary-900/70">
|
<p className="w-full h-full flex-center bg-primary-50/80 dark:bg-primary-900/70">
|
||||||
|
|||||||
Reference in New Issue
Block a user