mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Hide email address in Sends (#1340)
* Add HideEmail model properties and locale strings * Fix UI strings * Add HideEmail to SendService * Add HideEmail option to UI * Tidy up declarations * Add Bitwarden Send translation warning
This commit is contained in:
12
src/App/Resources/AppResources.Designer.cs
generated
12
src/App/Resources/AppResources.Designer.cs
generated
@@ -3484,5 +3484,17 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("AboutSend", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string HideEmail {
|
||||
get {
|
||||
return ResourceManager.GetString("HideEmail", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SendOptionsPolicyInEffect {
|
||||
get {
|
||||
return ResourceManager.GetString("SendOptionsPolicyInEffect", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user