Skip to content

Commit 9589eb1

Browse files
CopilotKnerio
andcommitted
Fix invalid_namespace_member error code description
Co-authored-by: Knerio <96529060+Knerio@users.noreply.github.com>
1 parent ca54ad1 commit 9589eb1

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)