Skip to content

Commit

Permalink
IBX-8182: Uppercase letter for bookmarks for bookmarks tooltip (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Sep 12, 2024
1 parent f38637e commit 503de24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/ibexa_locationview.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<note>key: location.bookmark.add</note>
</trans-unit>
<trans-unit id="0b2f22acb619fcc5672a7dd0ccf2a39316a07274" resname="location.bookmark.remove">
<source>Remove from Bookmarks</source>
<target state="new">Remove from Bookmarks</target>
<source>Remove from bookmarks</source>
<target state="new">Remove from bookmarks</target>
<note>key: location.bookmark.remove</note>
</trans-unit>
<trans-unit id="0ac5837ba570c72c15eae58ab98735697a790528" resname="modal.email_address">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<button
type="button"
class="ibexa-add-to-bookmarks__icon-wrapper ibexa-add-to-bookmarks__icon-wrapper--remove btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text"
title="{{ 'location.bookmark.remove'|trans|desc('Remove from Bookmarks') }}">
title="{{ 'location.bookmark.remove'|trans|desc('Remove from bookmarks') }}">
<svg class="ibexa-icon ibexa-icon--medium">
<use xlink:href="{{ ibexa_icon_path('bookmark-active') }}"></use>
</svg>
Expand Down

0 comments on commit 503de24

Please sign in to comment.