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