Rename Income Statement to P&L, Transactions to Journal

This commit is contained in:
2026-09-27 13:15:00 +02:00
parent 9f87fd66ac
commit 483bff90cd
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -259,13 +259,13 @@ acceptance("Hledger plugin", function (needs) {
.hasText("Balance sheet");
assert
.dom(".hledger-dashboard__toolbar .btn:nth-of-type(3)")
.hasText("Income statement");
.hasText("P&L");
assert
.dom(".hledger-dashboard__toolbar .btn:nth-of-type(4)")
.hasText("Equity");
assert
.dom(".hledger-dashboard__toolbar .btn:nth-of-type(5)")
.hasText("Transactions");
.hasText("Journal");
assert
.dom(
".hledger-dashboard__toolbar .btn:nth-of-type(2) .d-icon-scale-balanced"