Skip to content

Commit

Permalink
Change sorting tooltip | Fixes #1002
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lancha committed Jun 13, 2018
1 parent 66ad8ff commit 89abf05
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/clay-management-toolbar/src/ClayManagementToolbar.soy
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,15 @@
{param ref: 'sortingButton' /}
{param spritemap: $spritemap /}
{param title kind="text"}
{msg desc=""}
order
{/msg}
{if $sortingOrder == 'desc'}
{msg desc=""}
ascending
{/msg}
{else}
{msg desc=""}
descending
{/msg}
{/if}
{/param}
{/call}
{else}
Expand Down

0 comments on commit 89abf05

Please sign in to comment.