Skip to content

Commit

Permalink
Merge pull request #762 from ICRAR/eagle-1304
Browse files Browse the repository at this point in the history
EAGLE-1304: Better placeholder text in the quick action search bar
  • Loading branch information
james-strauss-uwa authored Nov 7, 2024
2 parents 2659636 + 4888588 commit 1ed3f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/quickAction.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- ko if: $root.quickActionOpen() -->
<div id="quickActionContainer" style="display: none;">
<div id="quickActionInput">
<input type="text" id="quickActionSearchbar" placeholder="Search..." data-bind="event:{keyup: QuickActions.updateQuickActionSearchTerm}">
<input type="text" id="quickActionSearchbar" placeholder="Command Search... (e.g. 'save', or 'edge')" data-bind="event:{keyup: QuickActions.updateQuickActionSearchTerm}">
</div>
<div id="quickActionResults">
<div data-bind="foreach: QuickActions.findQuickActionResults()">
Expand Down

0 comments on commit 1ed3f4d

Please sign in to comment.