1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 02:03:49 +00:00

added about send option and resources (#1301)

This commit is contained in:
Matt Portune
2021-03-05 18:57:57 -05:00
committed by GitHub
parent 2b81bd2c8a
commit 142d056393
11 changed files with 47 additions and 0 deletions

View File

@@ -3478,5 +3478,11 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("SendDisabledWarning", resourceCulture);
}
}
public static string AboutSend {
get {
return ResourceManager.GetString("AboutSend", resourceCulture);
}
}
}
}