From 0d2a8e4b61f4b79507519c73f127b7ab883d853c Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 24 Jul 2026 17:20:30 +0200 Subject: Render the otp verbs properly in the action log --- config/locales/de.yml | 3 +++ config/locales/en.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'config') diff --git a/config/locales/de.yml b/config/locales/de.yml index 7ffa0a59..ae955aa6 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -127,6 +127,9 @@ de: detail_assets_added: "Anhänge hinzugefügt: %{names}" detail_assets_removed: "Anhänge entfernt: %{names}" assets_reordered: "Anhänge umsortiert" + otp_enroll: "%{actor} hat einen zweiten Faktor eingerichtet" + otp_disable: "%{actor} hat den zweiten Faktor entfernt" + otp_reset: "%{actor} hat den zweiten Faktor von %{target} zurückgesetzt" open_gallery: "Gallerie anzeigen" asset_licenses: diff --git a/config/locales/en.yml b/config/locales/en.yml index 732d5cd1..618f5164 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -79,6 +79,9 @@ en: detail_assets_added: "Attachments added: %{names}" detail_assets_removed: "Attachments removed: %{names}" assets_reordered: "Attachments reordered" + otp_enroll: "%{actor} set up a second factor" + otp_disable: "%{actor} removed their second factor" + otp_reset: "%{actor} reset the second factor of %{target}" open_gallery: "Open gallery" asset_licenses: -- cgit v1.3