correct name of emailauth icon

master
Simon McVittie 2015-05-27 08:58:21 +01:00
parent 2afb0dd663
commit f99a4b3545
2 changed files with 2 additions and 3 deletions

View File

@ -3,5 +3,4 @@ It said the following element was not found:
Url: <https://ikiwiki.info/wikiicons/email.png>
<https://ikiwiki.info/ikiwiki.cgi?do=prefs>
<img src=http://i.imgur.com/0yo0VjC.png?1>
> [[fixed|done]], the icon is really called `emaillogin.png` --[[smcv]]

View File

@ -8,7 +8,7 @@ This code is licenced under the New BSD License.
var selections_email_large = {
email: {
name: 'Email',
icon: 'wikiicons/email.png',
icon: 'wikiicons/emaillogin.png',
label: 'Enter your email address:',
url: null
}