{
                                    CheckListTranslation checkListTranslation =
                                        await dbContext.CheckListTranslations.FirstAsync(x =>
                                            x.CheckListId == field.CheckListId && x.LanguageId == language.Id);
                                    preLabel = checkListTranslation.Text;