We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835f988 commit dfc3ed5Copy full SHA for dfc3ed5
www/html5.appcache
@@ -1,5 +1,5 @@
1
CACHE MANIFEST
2
-# ref 725
+# ref 726
3
4
CACHE:
5
# CSS
www/views/customicons.html
@@ -17,7 +17,7 @@ <h3>{{icon.Title}}</h3>
17
<dt><label for="fileupload"><span data-i18n="Add New Icon Set">Add New Icon Set</span>:</label></dt>
18
<dd>
19
<input name="fileupload" id="fileupload" maxlength="409600" value="" class="inputbox autowidth" file-model="myFile" type="file" accept=".zip"/>
20
- <button class="btn btn-info" ng-click="UploadIconSet()" data-i18n="Custom Icons">Custom Icons</button>
+ <button class="btn btn-info" ng-click="UploadIconSet()" data-i18n="Upload">Upload</button>
21
</dd>
22
</dl>
23
</div>
0 commit comments