1
0

qml: rename Invoices -> Saved Invoices, Receive Requests -> Pending Requests

This commit is contained in:
ThomasV
2023-03-31 10:13:36 +02:00
parent 83dbf36d99
commit 1babc96913
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Pane {
anchors.fill: parent
Heading {
text: qsTr('Invoices')
text: qsTr('Saved Invoices')
}
Frame {

View File

@@ -17,7 +17,7 @@ Pane {
anchors.fill: parent
Heading {
text: qsTr('Receive requests')
text: qsTr('Pending requests')
}
Frame {