From 913837f06459e82a67b4e131577a002480c3f32d Mon Sep 17 00:00:00 2001 From: shodhan-rai <158320705+shodhan-rai@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:45:23 +0530 Subject: [PATCH] Fix issue #22495: Corrected the broken grammar (#22499) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 0d53398511..540d229bc0 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3283,7 +3283,7 @@ "invalid_action": "Invalid action", "run": "Run", "run_action_error": "Error running action", - "run_action_success": "Action run successfully", + "run_action_success": "Action ran successfully", "duplicate": "[%key:ui::common::duplicate%]", "re_order": "[%key:ui::panel::config::automation::editor::triggers::re_order%]", "rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]",