copyedit on category drop down

This commit is contained in:
Jeff Atwood 2018-06-26 12:43:45 -07:00
parent 6bcdc3ba4b
commit 7dce8290ed
3 changed files with 5 additions and 5 deletions

View File

@ -2040,7 +2040,7 @@ bs_BA:
category:
can: 'can… '
none: '(no category)'
choose: 'Select a category…'
choose: 'category…'
edit: 'edit'
edit_long: "Edit"
view: 'View Topics in Category'

View File

@ -2213,7 +2213,7 @@ en:
can: 'can… '
none: '(no category)'
all: 'All categories'
choose: 'Select a category…'
choose: 'category…'
edit: 'edit'
edit_long: "Edit"
view: 'View Topics in Category'

View File

@ -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"
);
});
}