Skip to content

Commit

Permalink
remove useless tooltip on createFirstAlbum button
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Oct 13, 2020
1 parent 04f8d05 commit 6cd4921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/template/photos_add_direct.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jQuery(document).ready(function(){
<div class="addAlbumEmpty"{if $NB_ALBUMS > 0} style="display:none;"{/if}>
<div class="addAlbumEmptyTitle">{'Welcome!'|translate}</div>
<p class="addAlbumEmptyInfos">{'Piwigo requires an album to add photos.'|translate}</p>
<a href="#" data-add-album="category" title="{'Create a first album'|translate}" class="buttonLike">{'Create a first album'|translate}</a>
<a href="#" data-add-album="category" class="buttonLike">{'Create a first album'|translate}</a>
</div>
</div>

Expand Down

0 comments on commit 6cd4921

Please sign in to comment.