parent
904c712d44
commit
6eb3ec0cbc
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ def translate_app_name(app=str) -> str:
|
|||
return "Talk"
|
||||
elif app == "event_update_notification":
|
||||
return "Calendar"
|
||||
elif app == "twofactor_nextcloud_notification":
|
||||
return "2FA"
|
||||
else:
|
||||
return app
|
||||
|
||||
|
|
Loading…
Reference in a new issue