We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07245fc commit 4e1fde2Copy full SHA for 4e1fde2
app/routes/team.js
@@ -31,7 +31,7 @@ export default Route.extend({
31
},
32
(e) => {
33
if (e.errors.some(e => e.detail === 'Not Found')) {
34
- this.get('flashMessages').queue(`User '${params.team_id}' does not exist`);
+ this.get('flashMessages').queue(`Team '${params.team_id}' does not exist`);
35
return this.replaceWith('index');
36
}
37
0 commit comments