Skip to content

Commit 630ac49

Browse files
author
FezVrasta
committed
Added tooltip to "init" buttons.
1 parent f400ad3 commit 630ac49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ftp/templates/remotes-picker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="#" data-remote-name="{{name}}" data-type="ftp" class="remote-name">
77
<span class="trash-icon gitftp-remove-remote">&times;</span>
88
<span class="change-remote">{{name}}</span>
9-
<span class="octicon octicon-arrow-up gitftp-init-remote"></span>
9+
<span class="octicon octicon-arrow-up gitftp-init-remote" title="{{Strings.INIT_GITFTP_SCOPE}}"></span>
1010
</a>
1111
</li>
1212
{{/ftpScopes}}

0 commit comments

Comments
 (0)