chore: update view store

This commit is contained in:
Steven
2023-07-10 21:34:13 +08:00
parent 9455824a2d
commit 05bc21b660
5 changed files with 35 additions and 22 deletions

View File

@@ -3,15 +3,15 @@
"visibility": {
"private": {
"self": "Private",
"description": "Only you can see this"
"description": "Only you can view this shortcut"
},
"workspace": {
"self": "Workspace",
"description": "Only people in your workspace can see this"
"description": "Visible to Workspace Members"
},
"public": {
"self": "Public",
"description": "Anyone can see this"
"description": "Visible to Everyone on the Internet"
}
}
}