mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 10:22:09 +00:00
Fix various typos
Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
@@ -138,7 +138,7 @@ function removeTrigger(e) {
|
||||
// remove grand parent:
|
||||
target.parent().parent().remove();
|
||||
|
||||
// if now at zero, immediatly add one again:
|
||||
// if now at zero, immediately add one again:
|
||||
if ($('.rule-trigger-tbody tr').length === 0) {
|
||||
addNewTrigger();
|
||||
}
|
||||
@@ -159,7 +159,7 @@ function removeAction(e) {
|
||||
// remove grand parent:
|
||||
target.parent().parent().remove();
|
||||
|
||||
// if now at zero, immediatly add one again:
|
||||
// if now at zero, immediately add one again:
|
||||
if ($('.rule-action-tbody tr').length === 0) {
|
||||
addNewAction();
|
||||
}
|
||||
|
Reference in New Issue
Block a user