1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-12-26 16:57:59 +01:00

visibility typo

This commit is contained in:
Kyle Spearrin 2019-07-23 09:11:01 -04:00
parent a0a5e30f48
commit e5ce3dbd32
2 changed files with 2 additions and 2 deletions

View File

@ -3571,7 +3571,7 @@ namespace Bit.App.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Toggle Visiblity. /// Looks up a localized string similar to Toggle Visibility.
/// </summary> /// </summary>
public static string ToggleVisibility { public static string ToggleVisibility {
get { get {

View File

@ -1573,6 +1573,6 @@
<value>Shared</value> <value>Shared</value>
</data> </data>
<data name="ToggleVisibility" xml:space="preserve"> <data name="ToggleVisibility" xml:space="preserve">
<value>Toggle Visiblity</value> <value>Toggle Visibility</value>
</data> </data>
</root> </root>