mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
UX tweaks for Send (#1260)
* additional help text * replace send type picker with segmented control * formatting * added note about rider issue * additional design tweaks
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -3201,12 +3201,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string NameInfo {
|
||||
get {
|
||||
return ResourceManager.GetString("NameInfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string TypeText {
|
||||
get {
|
||||
return ResourceManager.GetString("TypeText", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string TypeTextInfo {
|
||||
get {
|
||||
return ResourceManager.GetString("TypeTextInfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string HideTextByDefault {
|
||||
get {
|
||||
return ResourceManager.GetString("HideTextByDefault", resourceCulture);
|
||||
@@ -3219,6 +3231,12 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string TypeFileInfo {
|
||||
get {
|
||||
return ResourceManager.GetString("TypeFileInfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DeletionDate {
|
||||
get {
|
||||
return ResourceManager.GetString("DeletionDate", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user