Skip to content

Commit

Permalink
Explicitly mention "delete" in things "write" access can do (#1254)
Browse files Browse the repository at this point in the history
@oas777 you mentioned this in an internal issue. Check the "files
changed" tab to see what I changed.
  • Loading branch information
owi92 authored Oct 1, 2024
2 parents b93a21d + d1113fa commit df91940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/i18n/locales/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ manage:
read-description_other: Können das Video anschauen und Metadaten sehen.
write: Lesen und schreiben
write-description_one: >
Kann außerdem das Video editieren und Metadaten sowie andere Videodetails verändern.
Kann außerdem das Video editieren, löschen und Metadaten sowie andere Videodetails verändern.
write-description_other: >
Können außerdem das Video editieren und Metadaten sowie andere Videodetails verändern.
Können außerdem das Video editieren, löschen und Metadaten sowie andere Videodetails verändern.
moderate: Moderation
moderate-description_one: >
Kann Unterseiten hinzufügen, Inhalte und den Namen der Seite sowie die Reihenfolge
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ manage:
read: Read
read-description: Can watch the video and view metadata.
write: Read and write
write-description: Can also edit the video, metadata and other details.
write-description: Can also edit and delete the video, metadata and other details.
moderate: Moderator
moderate-description: Can edit content, add subpages and change the name and subpage order.
admin: Page admin
Expand Down

0 comments on commit df91940

Please sign in to comment.