Skip to content

Commit e95bdcc

Browse files
committed
chore: cleanup
1 parent 83725b3 commit e95bdcc

44 files changed

Lines changed: 44 additions & 44 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DashWallet/Sources/UI/Menu/Main/MainMenuViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class MainMenuViewModel: ObservableObject {
7777

7878
// Buy & Sell Dash
7979
allItems.append(MenuItemModel(
80-
title: NSLocalizedString("Buy & sell Dash", comment: ""),
80+
title: NSLocalizedString("Buy & Sell Dash", comment: ""),
8181
icon: .custom("image.buy.and.sell", maxHeight: 22),
8282
action: { [weak self] in
8383
self?.handleBuySellDash()

DashWallet/ar.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "شراء بطاقة هدية";

DashWallet/bg.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Buy a Gift Card";

DashWallet/ca.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Buy a Gift Card";

DashWallet/cs.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Nákup dárkového poukazu";

DashWallet/da.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Buy a Gift Card";

DashWallet/de.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Kaufe & Verkaufe";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Gutscheinkarte kaufen";

DashWallet/el.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Αγορά και Πώληση";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Αγοράστε μια δωροκάρτα";

DashWallet/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Buy a Gift Card";

DashWallet/eo.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Buy & Sell" = "Buy & Sell";
355355

356356
/* No comment provided by engineer. */
357-
"Buy & sell Dash" = "Buy & sell Dash";
357+
"Buy & Sell Dash" = "Buy & Sell Dash";
358358

359359
/* Buy a Gift Card */
360360
"Buy a Gift Card" = "Buy a Gift Card";

0 commit comments

Comments
 (0)