diff options
Diffstat (limited to 'app/helpers/groups_helper.rb')
-rw-r--r-- | app/helpers/groups_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index 3fbea0c0472..c58a365b884 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -204,7 +204,7 @@ module GroupsHelper end def group_url_error_message - s_('GroupSettings|Please choose a group URL with no special characters or spaces.') + s_('GroupSettings|Choose a group path that does not start with a dash or end with a period. It can also contain alphanumeric characters and underscores.') end # Maps `jobs_to_be_done` values to option texts |