mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-30 20:22:06 +00:00 
			
		
		
		
	Localization fix
This commit is contained in:
		| @@ -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) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arkadiusz Fal
					Arkadiusz Fal