mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Localization fix
This commit is contained in:
parent
cf81aedb60
commit
8976ef04f6
@ -11,7 +11,7 @@ struct AddPublicInstanceButton: View {
|
||||
_ = InstancesModel.shared.add(app: app, name: "", url: account.urlString)
|
||||
regenerateID()
|
||||
} label: {
|
||||
Label("Add \(account.urlString)", systemImage: "plus")
|
||||
Label(String(format: "Add %@", account.urlString), systemImage: "plus")
|
||||
}
|
||||
.id(id)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user