Skip to content

Commit

Permalink
fix email and domains modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Aug 29, 2024
1 parent 8b42b0c commit d32f1c3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<app-modal [noSidebar]="true">
<app-modal-header i18n="@@shared.emails" [closeLabel]="ariaLabelClose"
>Emails</app-modal-header
<app-modal-header
i18n="@@shared.emailsAndDomains"
[closeLabel]="ariaLabelClose"
>Emails & domains</app-modal-header
>
<app-modal-footer>
<button
Expand Down

0 comments on commit d32f1c3

Please sign in to comment.