Skip to content

Commit dfc3ed5

Browse files
committed
corrected upload button translation
1 parent 835f988 commit dfc3ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/html5.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# ref 725
2+
# ref 726
33

44
CACHE:
55
# CSS

www/views/customicons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>{{icon.Title}}</h3>
1717
<dt><label for="fileupload"><span data-i18n="Add New Icon Set">Add New Icon Set</span>:</label></dt>
1818
<dd>
1919
<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>
20+
<button class="btn btn-info" ng-click="UploadIconSet()" data-i18n="Upload">Upload</button>
2121
</dd>
2222
</dl>
2323
</div>

0 commit comments

Comments
 (0)