fixed local file icon

This commit is contained in:
antelle 2020-12-04 16:48:48 +01:00
parent 8bcdc6d109
commit a3e27709d0
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class OpenView extends View {
Alerts.alert({
header: Locale.openLocalFile,
body: Locale.openLocalFileBody,
icon: 'file-text',
icon: 'file-alt',
buttons: [
{ result: 'skip', title: Locale.openLocalFileDontShow, error: true },
{ result: 'ok', title: Locale.alertOk }