add missing strings
add height back to purchase view button on year and month
This commit is contained in:
Trey t
2023-01-05 13:48:21 -06:00
parent e7e9367896
commit e7efd1ab25
6 changed files with 31 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ struct CustomWigetView: View {
.padding()
.cornerRadius(10)
Text("[How to add widget](https://support.apple.com/guide/iphone/add-widgets-iphb8f1bf206/ios)")
Text("[\(String(localized: "how_to_add_widget"))](https://support.apple.com/guide/iphone/add-widgets-iphb8f1bf206/ios)")
.accentColor(textColor)
.padding(.bottom)
}