Browse Source
Merge pull request #405 from vorpalhex/feature/#376/upload_icon_text
Update 'upload a file' to 'upload an icon'
pull/438/head
KodeStar
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
resources/lang/en/app.php
|
@ -49,7 +49,7 @@ return [ |
|
|
'buttons.save' => 'Save', |
|
|
'buttons.save' => 'Save', |
|
|
'buttons.cancel' => 'Cancel', |
|
|
'buttons.cancel' => 'Cancel', |
|
|
'buttons.add' => 'Add', |
|
|
'buttons.add' => 'Add', |
|
|
'buttons.upload' => 'Upload a file', |
|
|
'buttons.upload' => 'Upload an icon', |
|
|
'buttons.downloadapps' => 'Update Apps List', |
|
|
'buttons.downloadapps' => 'Update Apps List', |
|
|
|
|
|
|
|
|
'dash.pin_item' => 'Pin item to dashboard', |
|
|
'dash.pin_item' => 'Pin item to dashboard', |
|
|