mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
[EC-348] change blacklisted to blocked URIs (#2012)
* [EC-348] update blacklisted to blocked URIs * [EC-348] update variable names
This commit is contained in:
8
src/App/Resources/AppResources.Designer.cs
generated
8
src/App/Resources/AppResources.Designer.cs
generated
@@ -2759,15 +2759,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string BlacklistedUris {
|
||||
public static string AutofillBlockedUris {
|
||||
get {
|
||||
return ResourceManager.GetString("BlacklistedUris", resourceCulture);
|
||||
return ResourceManager.GetString("AutofillBlockedUris", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string BlacklistedUrisDescription {
|
||||
public static string AutofillBlockedUrisDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("BlacklistedUrisDescription", resourceCulture);
|
||||
return ResourceManager.GetString("AutofillBlockedUrisDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user