File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ If you attempt to add an organization to a team, you will get this:
138
138
139
139
<%= headers 422 %>
140
140
<%=
141
- json : message => "Validation Failed ",
141
+ json : message => "Cannot add an organization as a member. ",
142
142
: errors => [ {
143
143
: code => "org",
144
144
: field => : user ,
@@ -151,7 +151,7 @@ one other team on the same organization, you will get this:
151
151
152
152
<%= headers 422 %>
153
153
<%=
154
- json : message => "Validation Failed ",
154
+ json : message => "User isn't a member of this organization. Please invite them first. ",
155
155
: errors => [ {
156
156
: code => "unaffiliated",
157
157
: field => : user ,
@@ -252,7 +252,7 @@ If you attempt to add an organization to a team, you will get this:
252
252
253
253
<%= headers 422 %>
254
254
<%=
255
- json : message => "Validation Failed ",
255
+ json : message => "Cannot add an organization as a member. ",
256
256
: errors => [ {
257
257
: code => "org",
258
258
: field => : user ,
You can’t perform that action at this time.
0 commit comments