qml: rename Invoices -> Saved Invoices, Receive Requests -> Pending Requests
This commit is contained in:
@@ -14,7 +14,7 @@ Pane {
|
||||
anchors.fill: parent
|
||||
|
||||
Heading {
|
||||
text: qsTr('Invoices')
|
||||
text: qsTr('Saved Invoices')
|
||||
}
|
||||
|
||||
Frame {
|
||||
|
||||
@@ -17,7 +17,7 @@ Pane {
|
||||
anchors.fill: parent
|
||||
|
||||
Heading {
|
||||
text: qsTr('Receive requests')
|
||||
text: qsTr('Pending requests')
|
||||
}
|
||||
|
||||
Frame {
|
||||
|
||||
Reference in New Issue
Block a user