File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ class SettingsViewModel: TableViewModel<SettingsSection> {
7575
7676 if cryptomatorSettings. hasRunningSubscription {
7777 elements. append ( ButtonCellViewModel < SettingsButtonAction > ( action: . showManageSubscriptions, title: LocalizedString . getValue ( " settings.manageSubscriptions " ) ) )
78- elements. append ( ButtonCellViewModel < SettingsButtonAction > ( action: . restorePurchase, title: LocalizedString . getValue ( " purchase.restorePurchase.button " ) ) )
7978 } else if cryptomatorSettings. fullVersionUnlocked {
8079 let statusCell = BindableTableViewCellViewModel (
8180 title: LocalizedString . getValue ( " settings.fullVersionStatus " ) ,
Original file line number Diff line number Diff line change 214214"settings.shortcutsGuide" = "Shortcuts Guide";
215215"settings.unlockFullVersion" = "Unlock Full Version";
216216"settings.fullVersionStatus" = "Full Version";
217- "settings.fullVersionStatus.footer" = "You're using Cryptomator Full Version. Thank you for your support!";
218217
219218"sharePoint.enterURL.title" = "Enter SharePoint URL";
220219"sharePoint.enterURL.placeholder" = "SharePoint Site URL";
You can’t perform that action at this time.
0 commit comments