Skip to content

Commit

Permalink
Merge pull request #2890 from kbase/ISSUE_2652
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ialarmedalien authored Apr 13, 2022
2 parents f1075d1 + 7026244 commit d6ff0d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ define([
placement: 'top',
element: that.$elem.find('.kb-staging-table-header__file'),
content:
'This column shows whether the row is a file <i class="fa fa-file-o"></i> or a folder <i class="fa fa-folder"></i>. Click the folder show the files inside.',
'This column shows whether the row is a file <i class="fa fa-file-o"></i> or a folder <i class="fa fa-folder"></i>. Click the folder to show the files inside.',
},
{
title: 'Import As...',
Expand Down

0 comments on commit d6ff0d5

Please sign in to comment.