Skip to content

Commit

Permalink
fix(form): use download icon for import
Browse files Browse the repository at this point in the history
importing is more a download than an upload

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Dec 2, 2021
1 parent b1311e7 commit 7c9e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function getMenuContent() {
$menu['icon'] = 'fas fa-edit';
$validation_image = '<i class="fa fa-check-square"
title="' . __('Forms waiting for validation', 'formcreator') . '"></i>';
$import_image = '<i class="fas fa-upload"
$import_image = '<i class="fas fa-download"
title="' . __('Import forms', 'formcreator') . '"></i>';
$menu['links']['search'] = PluginFormcreatorFormList::getSearchURL(false);
$menu['links']['config'] = PluginFormcreatorForm::getSearchURL(false);
Expand Down

0 comments on commit 7c9e88e

Please sign in to comment.