mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 11:40:16 +00:00
fix: Improve Actions V2 translations (#9826)
# Which Problems Are Solved The translation for event was not loaded correctly.  # How the Problems Are Solved Correct translations to have the correct key. # Additional Changes Improved the translation for all events.
This commit is contained in:
@@ -537,7 +537,7 @@
|
||||
"TYPES": {
|
||||
"request": "Request",
|
||||
"response": "Response",
|
||||
"events": "Events",
|
||||
"event": "Events",
|
||||
"function": "Function"
|
||||
},
|
||||
"DIALOG": {
|
||||
@@ -568,6 +568,7 @@
|
||||
"TITLE": "All",
|
||||
"DESCRIPTION": "Select this if you want to run your action on every request"
|
||||
},
|
||||
"ALL_EVENTS": "Select this if you want to run your action on every event",
|
||||
"SELECT_SERVICE": {
|
||||
"TITLE": "Select Service",
|
||||
"DESCRIPTION": "Choose a Zitadel Service for you action."
|
||||
|
Reference in New Issue
Block a user