refactor: add 5 minutes limit to auto delete msg

This commit is contained in:
Tristan Yang
2023-01-06 09:09:58 +08:00
parent 4ebd8902a8
commit b9ba2b523d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
"title": "Delete messages sent by myself after certain time period. ",
"desc": "This will remove the messages data stored on both the server and client side.",
"off": "Off",
"30_seconds": "30 seconds",
"5_min": "5 minutes",
"10_min": "10 minutes",
"1_hour": "1 hour",
"1_day": "1 day",
+1 -1
View File
@@ -117,7 +117,7 @@
"title": "删除我发送的消息",
"desc": "消息将在客户端和服务端彻底删除",
"off": "关闭",
"30_seconds": "30 秒",
"5_min": "5 分钟",
"10_min": "10 分钟",
"1_hour": "1 小时",
"1_day": "1 天",