diff --git a/cvat-ui/src/reducers/notifications-reducer.ts b/cvat-ui/src/reducers/notifications-reducer.ts index 681ee53c400a..82dda7212e7a 100644 --- a/cvat-ui/src/reducers/notifications-reducer.ts +++ b/cvat-ui/src/reducers/notifications-reducer.ts @@ -1241,9 +1241,7 @@ export default function (state = defaultState, action: AnyAction): Notifications ...state.errors.cloudStorages, deleting: { message: - 'Could not delete ' + - ` - cloud storage ${cloudStorageID}`, + `Could not delete cloud storage ${cloudStorageID}`, reason: action.payload.error.toString(), className: 'cvat-notification-notice-delete-cloud-storage-failed', },