1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00

fixed sort options

This commit is contained in:
antelle 2020-05-09 10:59:23 +02:00
parent 6a31bba69c
commit 101e8eaa24
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE

View File

@ -135,7 +135,7 @@ class ListSearchView extends View {
setLocale() {
this.sortOptions.forEach(opt => {
opt.html = opt.loc();
opt.text = opt.loc();
});
this.createOptions = [
{
@ -420,7 +420,7 @@ class ListSearchView extends View {
}
addArrow(str) {
return str.replace('{}', '→');
return str.replace('{}', '');
}
}