Skip to content

Commit

Permalink
fix(edit page): fix hover in locked page (#28855)
Browse files Browse the repository at this point in the history
  • Loading branch information
gortiz-dotcms committed Oct 18, 2024
1 parent 22800c5 commit f3975d9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
[pTooltip]="
pageState.state.lockedByAnotherUser && pageState.page.canEdit
? ('editpage.toolbar.page.locked.by.user' | dm : [pageState.page.lockedByName])
: pageState.state.locked!
? ('message.htmlpage.unlock.page' | dm)
: ('lock.clipboard' | dm)
"
tooltipPosition="bottom"
Expand Down

0 comments on commit f3975d9

Please sign in to comment.