1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 09:33:16 +00:00

autofill from vault with specified dataset

This commit is contained in:
Kyle Spearrin
2017-11-21 11:29:00 -05:00
parent cfe34355bd
commit bc04211b79
6 changed files with 48 additions and 26 deletions

View File

@@ -1429,6 +1429,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Go to my vault.
/// </summary>
public static string GoToMyVault {
get {
return ResourceManager.GetString("GoToMyVault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Go To Website.
/// </summary>

View File

@@ -1191,4 +1191,7 @@
<data name="VaultIsLocked" xml:space="preserve">
<value>Vault is locked</value>
</data>
<data name="GoToMyVault" xml:space="preserve">
<value>Go to my vault</value>
</data>
</root>