Skip to content

Commit

Permalink
fix: translation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gowtham-balaganesh committed Aug 30, 2024
1 parent 3b382ff commit a2604cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,6 @@ export class FormBuilder {
submitText={i18nText('deleteFieldSubmit')}
onFwSubmit={() => {
this.confirmDeleteSectionHandler({
sectionName,
index,
id: choice.id,
});
Expand All @@ -1231,7 +1230,7 @@ export class FormBuilder {
<fw-inline-message open type='warning'>
{i18nText('deleteFieldInlineMessage')}
</fw-inline-message>
{i18nText('formBuilder.sections.deleteSectionContent')}
{i18nText('sections.deleteSectionContent')}
</span>
</fw-modal>
</section>
Expand Down

0 comments on commit a2604cb

Please sign in to comment.