mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Localizations
This commit is contained in:
@@ -61,8 +61,8 @@ struct WelcomeScreen: View {
|
||||
.background(RoundedRectangle(cornerRadius: 4).foregroundColor(Color.accentColor))
|
||||
.frame(maxWidth: .infinity)
|
||||
#endif
|
||||
Text("This information will be processed only on your device and used to connect you to the server in the specified country.\n" +
|
||||
"It can be changed later in settings. You can use your own locations too.")
|
||||
Text("This information will be processed only on your device and used to connect you to the server in the specified country.".localized() + "\n" +
|
||||
"It can be changed later in settings. You can use your own locations too.".localized())
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
|
Reference in New Issue
Block a user