refactor: add 5 minutes limit to auto delete msg
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
"title": "删除我发送的消息",
|
||||
"desc": "消息将在客户端和服务端彻底删除",
|
||||
"off": "关闭",
|
||||
"30_seconds": "30 秒",
|
||||
"5_min": "5 分钟",
|
||||
"10_min": "10 分钟",
|
||||
"1_hour": "1 小时",
|
||||
"1_day": "1 天",
|
||||
|
||||
Reference in New Issue
Block a user