remove "of apps"

This commit is contained in:
Kyle Spearrin 2019-06-10 15:15:33 -04:00
parent 06669bc77b
commit 2cdf2cbe19
2 changed files with 2 additions and 2 deletions

View File

@ -745,7 +745,7 @@ namespace Bit.App.Resources {
}
/// <summary>
/// Looks up a localized string similar to URIs that are blacklisted will not offer auto-fill. The list of apps should be comma separated. Ex: &quot;https://twitter.com, androidapp://com.twitter.android&quot;..
/// Looks up a localized string similar to URIs that are blacklisted will not offer auto-fill. The list should be comma separated. Ex: &quot;https://twitter.com, androidapp://com.twitter.android&quot;..
/// </summary>
public static string BlacklistedUrisDescription {
get {

View File

@ -1542,7 +1542,7 @@
<value>Blacklisted URIs</value>
</data>
<data name="BlacklistedUrisDescription" xml:space="preserve">
<value>URIs that are blacklisted will not offer auto-fill. The list of apps should be comma separated. Ex: "https://twitter.com, androidapp://com.twitter.android".</value>
<value>URIs that are blacklisted will not offer auto-fill. The list should be comma separated. Ex: "https://twitter.com, androidapp://com.twitter.android".</value>
</data>
<data name="DisableSavePrompt" xml:space="preserve">
<value>Disable Save Prompt</value>