Skip to content

Commit

Permalink
chore: Bump up copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhop committed Feb 20, 2023
1 parent 31c6cad commit 181fef4
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ - (void)viewDidLoad {
self.rateReviewLabel.text = NSLocalizedString(@"Help us improve your experience", nil);
[self.rateReviewButton setTitle:NSLocalizedString(@"Review & Rate the app", nil) forState:UIControlStateNormal];
[self.contactSupportButton setTitle:NSLocalizedString(@"Contact Support", nil) forState:UIControlStateNormal];
self.copyrightLabel.text = NSLocalizedString(@"Copyright © 2022 Dash Core", nil);
self.copyrightLabel.text = NSLocalizedString(@"Copyright © 2023 Dash Core", nil);
self.exploreDashLastDeviceSyncLabel.text = [self.model exploreDashSyncState];
self.exploreDashLastServerUpdateLabel.text = [self.model exploreLastServerUpdateDate];

Expand Down
Binary file modified DashWallet/bg.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/cs.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/de.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/el.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion DashWallet/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"Copy Logs" = "Copy Logs";

/* No comment provided by engineer. */
"Copyright © 2022 Dash Core" = "Copyright © 2022 Dash Core";
"Copyright © 2023 Dash Core" = "Copyright © 2023 Dash Core";

/* No comment provided by engineer. */
"Could not automatically recover missing or incorrect words" = "Could not automatically recover missing or incorrect words";
Expand Down
Binary file modified DashWallet/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/id.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/it.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/ko.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/nl.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/pl.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/pt.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/ru.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/sk.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/sq.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion DashWallet/sv.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"Copy Logs" = "Kopiera Loggar";

/* No comment provided by engineer. */
"Copyright © 2022 Dash Core" = "Copyright © 2022 Dash Core";
"Copyright © 2023 Dash Core" = "Copyright © 2023 Dash Core";

/* No comment provided by engineer. */
"Could not automatically recover missing or incorrect words" = "Could not automatically recover missing or incorrect words";
Expand Down
Binary file modified DashWallet/th.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/tr.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/uk.lproj/Localizable.strings
Binary file not shown.
Binary file modified DashWallet/vi.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion DashWallet/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"Copy Logs" = "Copy Logs";

/* No comment provided by engineer. */
"Copyright © 2022 Dash Core" = "Copyright © 2022 Dash Core";
"Copyright © 2023 Dash Core" = "Copyright © 2023 Dash Core";

/* No comment provided by engineer. */
"Could not automatically recover missing or incorrect words" = "Could not automatically recover missing or incorrect words";
Expand Down
2 changes: 1 addition & 1 deletion DashWallet/zh-Hant-TW.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"Copy Logs" = "Copy Logs";

/* No comment provided by engineer. */
"Copyright © 2022 Dash Core" = "Copyright © 2022 Dash Core";
"Copyright © 2023 Dash Core" = "Copyright © 2023 Dash Core";

/* No comment provided by engineer. */
"Could not automatically recover missing or incorrect words" = "Could not automatically recover missing or incorrect words";
Expand Down

0 comments on commit 181fef4

Please sign in to comment.