Skip to content

Commit

Permalink
Change pin tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszkononowicz committed Dec 1, 2018
1 parent 05a65e0 commit 83e21cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<app-error-info #previewModeInfo errorText="Ten projekt nie został jeszcze opublikowany. Znajdujesz się w trybie podglądu dostępnym tylko dla współautorów projektu"
<app-error-info #previewModeInfo errorText="Ten projekt nie został jeszcze opublikowany. Znajdujesz się w trybie podglądu dostępnym tylko dla współautorów projektu."
errorType="WARNING"></app-error-info>

<div class="right-top" *ngIf="loggedIsCollaborator">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="left-top-wrapper " *ngIf='pinned'>
<img src="assets/pin.png" class="left-top" matTooltip="Przypięty">
<img src="assets/pin.png" class="left-top" matTooltip="Ten projekt jest przypięty">
</div>
<div class="left-top-wrapper " *ngIf='allowCollaboratedIcon && collaborated'>
<img src="assets/authors.png" class="left-top" matTooltip="Bierzesz udział w tym projekcie ">
Expand Down

0 comments on commit 83e21cd

Please sign in to comment.