From 4a3376e9124607ff57edc9415acd3ab5cd6c5073 Mon Sep 17 00:00:00 2001 From: Fernando Verdugo Date: Fri, 24 May 2024 17:51:36 +0200 Subject: [PATCH] fix(typo): Update bulkActions.json (#9540) --- app/javascript/dashboard/i18n/locale/en/bulkActions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/en/bulkActions.json b/app/javascript/dashboard/i18n/locale/en/bulkActions.json index fe7c8de4a..aa5829b8d 100644 --- a/app/javascript/dashboard/i18n/locale/en/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/en/bulkActions.json @@ -33,7 +33,7 @@ "NONE": "None", "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", "ASSIGN_SELECTED_TEAMS": "Assign selected team.", - "ASSIGN_SUCCESFUL": "Teams assiged successfully.", + "ASSIGN_SUCCESFUL": "Teams assigned successfully.", "ASSIGN_FAILED": "Failed to assign team. Please try again." } }