1
0
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:
Andreas Coroiu
2022-07-26 09:55:16 +02:00
committed by GitHub
parent f0ebc5e644
commit 16f70dc0ce
5 changed files with 27 additions and 27 deletions

View File

@@ -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);
}
}