mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:37:55 +08:00
copyedit on category drop down
This commit is contained in:
@ -99,7 +99,7 @@ componentTest("with allowUncategorized=null", {
|
||||
this.get("subject")
|
||||
.header()
|
||||
.title(),
|
||||
"Select a category"
|
||||
"category"
|
||||
);
|
||||
});
|
||||
}
|
||||
@ -124,7 +124,7 @@ componentTest("with allowUncategorized=null rootNone=true", {
|
||||
this.get("subject")
|
||||
.header()
|
||||
.title(),
|
||||
"Select a category"
|
||||
"category"
|
||||
);
|
||||
});
|
||||
}
|
||||
@ -151,7 +151,7 @@ componentTest("with disallowed uncategorized, rootNone and rootNoneLabel", {
|
||||
this.get("subject")
|
||||
.header()
|
||||
.title(),
|
||||
"Select a category"
|
||||
"category"
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user