Skip to content

Commit fecb40c

Browse files
authored
Merge pull request #684 from code0-tech/copilot/sub-pr-670-another-one
Fix invalid_namespace_member error code description
2 parents a97881e + 9589eb1 commit fecb40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/error_code.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def self.error_codes
5353
failed_to_reset_password: { description: 'Failed to reset the user password' },
5454
loading_identity_failed: { description: 'Failed to load user identity from external provider' },
5555
invalid_flow_setting: { description: 'The flow setting is invalid because of active model errors' },
56-
invalid_namespace_member: { description: 'The flow setting is invalid because of active model errors' },
56+
invalid_namespace_member: { description: 'The namespace member is invalid because of active model errors' },
5757
invalid_attachment: { description: 'The attachment is invalid because of active model errors' },
5858
invalid_namespace_license: { description: 'The namespace license is invalid because of active model errors' },
5959
project_not_found: { description: 'The namespace project with the given identifier was not found' },

0 commit comments

Comments
 (0)