mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
[GDPR] Adjusted TOS/Privacy acceptance (#1138)
* GDPR acceptance flows * Added specialized margin by platform * Changed property name
This commit is contained in:
24
src/App/Resources/AppResources.Designer.cs
generated
24
src/App/Resources/AppResources.Designer.cs
generated
@@ -3050,5 +3050,29 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("Loading", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AcceptPolicies {
|
||||
get {
|
||||
return ResourceManager.GetString("AcceptPolicies", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AcceptPoliciesError {
|
||||
get {
|
||||
return ResourceManager.GetString("AcceptPoliciesError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string TermsOfService {
|
||||
get {
|
||||
return ResourceManager.GetString("TermsOfService", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string PrivacyPolicy {
|
||||
get {
|
||||
return ResourceManager.GetString("PrivacyPolicy", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user