diff --git a/src/Console/Program.cs b/src/Console/Program.cs index e0d3a7d3..cb402835 100644 --- a/src/Console/Program.cs +++ b/src/Console/Program.cs @@ -387,7 +387,7 @@ namespace Bit.Console Con.WriteLine("1. Active Directory"); Con.WriteLine("2. Azure Active Directory "); - Con.WriteLine("3. GSuite Directory"); + Con.WriteLine("3. G Suite Directory"); Con.WriteLine("4. Other LDAP Directory"); string currentType; diff --git a/src/Core/Models/SyncConfiguration.cs b/src/Core/Models/SyncConfiguration.cs index 5a994734..15bedd34 100644 --- a/src/Core/Models/SyncConfiguration.cs +++ b/src/Core/Models/SyncConfiguration.cs @@ -45,14 +45,14 @@ namespace Bit.Core.Models * - Read more at http://bit.ly/2q3FOOD * - ex. "startswith(displayName,'J')" * - * 3. GSuite + * 3. G Suite * - Group Filter * - Custom filtering syntax that allows you to exclude or include a comma separated list of group names. * - ex. "include:Group A,Sales People,My Other Group" * or "exclude:Group C,Developers,Some Other Group" * - User Filter * - Custom filtering syntax that allows you to exclude or include a comma separated list of group names. - * - Allows you to concatenate a GSuite Admin API user search query to the end of the filter after delimiting + * - Allows you to concatenate a G Suite Admin API user search query to the end of the filter after delimiting * the include/exclude filter with a pipe (|). * - Read more at http://bit.ly/2rlTskX * - ex.