Skip to content

Commit f11e396

Browse files
committed
Expensify: Label delete button on edit expense screen.
1 parent e12136e commit f11e396

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ExpensifyA11yFixes.user.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// @namespace http://axSgrease.nvaccess.org/
44
// @description Improves the accessibility of Expensify.
55
// @author James Teh <jteh@mozilla.com>
6-
// @copyright 2019 Mozilla Corporation, Derek Riemer
6+
// @copyright 2019-2020 Mozilla Corporation, Derek Riemer
77
// @license Mozilla Public License version 2.0
8-
// @version 2019.1
8+
// @version 2020.1
99
// @include https://www.expensify.com/*
1010
// ==/UserScript==
1111

@@ -208,6 +208,9 @@ const DYNAMIC_TWEAKS = [
208208
}
209209
}
210210
}},
211+
// Delete button when editing an expense.
212+
{selector: '#megaEdit_deleteButton',
213+
tweak: [setLabel, "Delete"]},
211214
];
212215

213216
/*** Lights, camera, action! ***/

0 commit comments

Comments
 (0)