mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
Fix: Use small arrow instead of placeholder
I tested this on my english windows 10 and seemed to cause no problems.
This commit is contained in:
parent
42325fd548
commit
a4a1783bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
}}
|
||||
title={tr.actionsShortcutKey({ val: "M" })}
|
||||
>
|
||||
{tr.studyingMore()}↧
|
||||
{tr.studyingMore()}{"▾"}
|
||||
</button>
|
||||
|
||||
<div slot="items">
|
||||
|
|
|
|||
Loading…
Reference in a new issue