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
committed by Christian Richter
parent 79c4ce3abf
commit 7bafe7f66e
3 changed files with 4 additions and 13 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",