Merge branch 'staff-grouping' into 'develop'
Group staff by role in the About page Closes #737 See merge request pleroma/pleroma-fe!1309
This commit is contained in:
commit
8b7c367b04
4 changed files with 45 additions and 9 deletions
|
@ -75,7 +75,11 @@
|
|||
"confirm": "Confirm",
|
||||
"verify": "Verify",
|
||||
"close": "Close",
|
||||
"peek": "Peek"
|
||||
"peek": "Peek",
|
||||
"role": {
|
||||
"admin": "Admin",
|
||||
"moderator": "Moderator"
|
||||
}
|
||||
},
|
||||
"image_cropper": {
|
||||
"crop_picture": "Crop picture",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue