chore: update text

This commit is contained in:
Tristan Yang
2023-06-01 19:34:28 +08:00
parent 2674fe36f4
commit 5d4e51baa2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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天",
+1 -1
View File
@@ -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">