diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
commit | 9337aae8b1c87fad34884dacd5cd79d9591c60db (patch) | |
tree | 5340f9fa67cd6236e4c879f0057d51d0b1e21361 /pages/money.inc | |
parent | 953ddd82e48dd206cef5ac94456549aed13b3ad5 (diff) | |
download | pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.gz pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.bz2 pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.zip |
Updated 39 files, added 86 files, deleted 40 files and renamed 2 files (automated)
Diffstat (limited to 'pages/money.inc')
-rw-r--r-- | pages/money.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/money.inc b/pages/money.inc index e3edd27..d1651bc 100644 --- a/pages/money.inc +++ b/pages/money.inc @@ -805,7 +805,7 @@ function getMonthlyEarnings(): array { </label> </p> - <p>Adding a transaction takes effect immediately and cannot be modified afterwards.</p> + <p>Adding a transaction takes effect immediately and cannot be modified afterward.</p> <button id="delete-link" class="btn btn-<?= $use2023UI ? "primary" : "success" ?>">Create</button> </form> </div> |