fix(activitylog): space -> folder

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-09-18 10:07:22 +02:00
parent aa8221a78b
commit e3d2f24fd8
2 changed files with 2 additions and 2 deletions
@@ -678,7 +678,7 @@ Feature: check share activity
"required": ["message","variables"],
"properties": {
"message": {
"const": "{user} updated {resource} in {space}"
"const": "{user} updated {resource} in {folder}"
},
"variables": {
"type": "object",