diff --git a/app/services/error_code.rb b/app/services/error_code.rb index 291038fb..c5256f6b 100644 --- a/app/services/error_code.rb +++ b/app/services/error_code.rb @@ -53,7 +53,7 @@ def self.error_codes failed_to_reset_password: { description: 'Failed to reset the user password' }, loading_identity_failed: { description: 'Failed to load user identity from external provider' }, invalid_flow_setting: { description: 'The flow setting is invalid because of active model errors' }, - invalid_namespace_member: { description: 'The flow setting is invalid because of active model errors' }, + invalid_namespace_member: { description: 'The namespace member is invalid because of active model errors' }, invalid_attachment: { description: 'The attachment is invalid because of active model errors' }, invalid_namespace_license: { description: 'The namespace license is invalid because of active model errors' }, project_not_found: { description: 'The namespace project with the given identifier was not found' },