Skip to content

Commit d06227c

Browse files
committed
Transactions -> Payments
1 parent dd52466 commit d06227c

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/credits

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qx.Class.define("osparc.desktop.credits.BillingCenter", {
8484
},
8585

8686
__addTransactionsPage: function() {
87-
const title = this.tr("Transactions");
87+
const title = this.tr("Payments");
8888
const iconSrc = "@FontAwesome5Solid/exchange-alt/22";
8989
const transactions = this.__transactionsTable = new osparc.desktop.credits.Transactions();
9090
const page = this.addTab(title, iconSrc, transactions);

0 commit comments

Comments
 (0)