Skip to content

Commit

Permalink
fix: wrong tooltip modification (#201)
Browse files Browse the repository at this point in the history
* fix: wrong tooltip modification

* fix: change translation prefix
  • Loading branch information
jsteenke authored Aug 7, 2024
1 parent 64e29aa commit cbcabdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
id="theme_detail_item_modificationDate"
class="w-full pt-3 pb-2"
[value]="theme?.modificationDate | date: dateFormat"
[pTooltip]="'THEME.TOOLTIPS.NAME' | translate"
[pTooltip]="'INTERNAL.TOOLTIPS.MODIFICATION_DATE' | translate"
tooltipPosition="top"
tooltipEvent="hover"
/>
Expand Down

0 comments on commit cbcabdf

Please sign in to comment.