mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-21 12:24:25 +00:00
chore: update view store
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user