Improve boards page, show if Public/Restricted

This commit is contained in:
ajnart
2023-11-13 20:28:31 +01:00
parent e3e890f0a1
commit 5a563b3875
5 changed files with 159 additions and 157 deletions

View File

@@ -44,12 +44,14 @@
},
"seeMore": "See more...",
"position": {
"left": "Left",
"center": "Center",
"right": "Right"
"left": "Left",
"center": "Center",
"right": "Right"
},
"attributes": {
"width": "Width",
"height": "Height"
}
},
"public": "Public",
"restricted": "Restricted"
}