mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
gui: Fix a typo in a class name (#6220)
This commit is contained in:
parent
633ddba2b2
commit
fca2876795
@ -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'
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user