gui: Fix a typo in a class name (#6220)

This commit is contained in:
Artur Zubilewicz 2019-12-11 08:34:51 +01:00 committed by Jakob Borg
parent 633ddba2b2
commit fca2876795
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ angular.module('syncthing.core')
$scope.needIcons = {
'rm': 'far fa-fw fa-trash-alt',
'rmdir': 'far fa-fw fa-trash-alt',
'sync': 'far fa-fw arrow-alt-circle-down',
'sync': 'far fa-fw fa-arrow-alt-circle-down',
'touch': 'fas fa-fw fa-asterisk'
};