Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const handleImportAnsiblePlaybook = (file, e) => async dispatch => {
dispatch(
addToast({
type: 'success',
message: sprintf(__('Sucessfully synced imported app template')),
message: sprintf(__('Successfully synced imported app template')),
key: APPLICATION_DEFINITION_IMPORT_FILE_SUCCESS,
})
);
Expand Down
2 changes: 1 addition & 1 deletion webpack/components/SyncGitRepo/SyncGitRepoActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const handleGitRepoSync = (
dispatch(
addToast({
type: 'success',
message: sprintf(__('Sucessfully synced git repository ')),
message: sprintf(__('Successfully synced git repository ')),
key: SYNC_GIT_REPO_SUCCESS,
})
);
Expand Down
Loading