Skip to content

Commit

Permalink
fix: fix link editor's button tooltip text (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio authored Oct 2, 2024
1 parent 525c16f commit d4afbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/editor/components/edit-link/edit-link.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<button
appearance="icon"
size="s"
title="Insert link"
title="Clear"
tuiIconButton
type="button"
class="t-button"
Expand All @@ -40,7 +40,7 @@
<button
appearance="icon"
size="s"
title="Insert link"
title="Save"
tuiIconButton
type="button"
class="t-button"
Expand Down

0 comments on commit d4afbce

Please sign in to comment.