1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

Match detection string

This commit is contained in:
Kyle Spearrin
2018-03-15 10:37:08 -04:00
parent c95251c903
commit 5326c3aecc
3 changed files with 15 additions and 2 deletions

View File

@@ -2013,6 +2013,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Match Detection.
/// </summary>
public static string MatchDetection {
get {
return ResourceManager.GetString("MatchDetection", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Matching Items.
/// </summary>