From 39e3e9b44f68bf12a830089ad07fa259dc96e5e2 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 3 Nov 2017 10:49:19 -0400 Subject: [PATCH] use .com when in US // FREEBIE --- Signal/src/ViewControllers/OWSCountryMetadata.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Signal/src/ViewControllers/OWSCountryMetadata.m b/Signal/src/ViewControllers/OWSCountryMetadata.m index 758a538d0..542100141 100644 --- a/Signal/src/ViewControllers/OWSCountryMetadata.m +++ b/Signal/src/ViewControllers/OWSCountryMetadata.m @@ -779,8 +779,8 @@ NS_ASSUME_NONNULL_BEGIN googleDomain:@"google.co.ug" countryCode:@"UG"], [OWSCountryMetadata countryMetadataWithName:@"United States" - tld:@".us" - googleDomain:@"google.us" + tld:@".com" + googleDomain:@"google.com" countryCode:@"US"], [OWSCountryMetadata countryMetadataWithName:@"Uruguay" tld:@".uy"